Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3BtreeEof

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