sqlite3BtreeFirst 7787 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
sqlite3BtreeFirst 65675 third_party/sqlite/amalgamation/sqlite3.c               rc = sqlite3BtreeFirst(u.az.pC->pCursor, &u.az.res);
sqlite3BtreeFirst 66623 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3BtreeFirst(u.bl.pCrsr, &u.bl.res);
sqlite3BtreeFirst  161 third_party/sqlite/src/src/btree.h int sqlite3BtreeFirst(BtCursor*, int *pRes);
sqlite3BtreeFirst  346 third_party/sqlite/src/src/test3.c   rc = sqlite3BtreeFirst(pCur, &res);
sqlite3BtreeFirst 3311 third_party/sqlite/src/src/vdbe.c               rc = sqlite3BtreeFirst(pC->pCursor, &res);
sqlite3BtreeFirst 4235 third_party/sqlite/src/src/vdbe.c     rc = sqlite3BtreeFirst(pCrsr, &res);