Searched refs:sqlite3BtreeEof (Results 1 – 5 of 5) sorted by relevance
319 int sqlite3BtreeEof(BtCursor*);
382 rc = sqlite3BtreeEof(pCur); in btree_eof()
902 assert( rc==SQLITE_OK || sqlite3BtreeEof(pRhs->pCsr) ); in valueFromValueList()903 if( sqlite3BtreeEof(pRhs->pCsr) ) rc = SQLITE_DONE; in valueFromValueList()
2759 if( sqlite3BtreeEof(pC->uc.pCursor) ){ in sqlite3VdbeExec()4781 res = sqlite3BtreeEof(pC->uc.pCursor); in sqlite3VdbeExec()
6006 int sqlite3BtreeEof(BtCursor *pCur){ in sqlite3BtreeEof() function