Home
last modified time | relevance | path

Searched refs:sqlite3BtreeEof (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17367 SQLITE_PRIVATE int sqlite3BtreeEof(BtCursor*);
79383 SQLITE_PRIVATE int sqlite3BtreeEof(BtCursor *pCur){ function
93301 for(ii=0; sqlite3BtreeEof(pCur)==0 && ii<BTREE_FDK_RANGE; ii++){
94586 assert( rc==SQLITE_OK || sqlite3BtreeEof(pRhs->pCsr) );
94587 if( sqlite3BtreeEof(pRhs->pCsr) ) rc = SQLITE_DONE;
99391 if( sqlite3BtreeEof(pC->uc.pCursor) ){
101457 res = sqlite3BtreeEof(pC->uc.pCursor);