Searched refs:sqlite3BtreeEof (Results 1 – 1 of 1) sorted by relevance
17388 SQLITE_PRIVATE int sqlite3BtreeEof(BtCursor*);79502 SQLITE_PRIVATE int sqlite3BtreeEof(BtCursor *pCur){ function93453 for(ii=0; sqlite3BtreeEof(pCur)==0 && ii<BTREE_FDK_RANGE; ii++){94744 assert( rc==SQLITE_OK || sqlite3BtreeEof(pRhs->pCsr) );94745 if( sqlite3BtreeEof(pRhs->pCsr) ) rc = SQLITE_DONE;99549 if( sqlite3BtreeEof(pC->uc.pCursor) ){101615 res = sqlite3BtreeEof(pC->uc.pCursor);