Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3BtreeEof

8338 SQLITE_PRIVATE int sqlite3BtreeEof(BtCursor*);
54055 SQLITE_PRIVATE int sqlite3BtreeEof(BtCursor *pCur){
68424 u.bb.res = sqlite3BtreeEof(u.bb.pC->pCursor);