Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.h319 int sqlite3BtreeEof(BtCursor*);
H A Dtest3.c382 rc = sqlite3BtreeEof(pCur); in btree_eof()
H A Dvdbeapi.c902 assert( rc==SQLITE_OK || sqlite3BtreeEof(pRhs->pCsr) ); in valueFromValueList()
903 if( sqlite3BtreeEof(pRhs->pCsr) ) rc = SQLITE_DONE; in valueFromValueList()
H A Dvdbe.c2759 if( sqlite3BtreeEof(pC->uc.pCursor) ){ in sqlite3VdbeExec()
4781 res = sqlite3BtreeEof(pC->uc.pCursor); in sqlite3VdbeExec()
H A Dbtree.c6006 int sqlite3BtreeEof(BtCursor *pCur){ in sqlite3BtreeEof() function