sqlite3BtreeCount 7815 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCount(BtCursor *, i64 *); sqlite3BtreeCount 64880 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3BtreeCount(u.ap.pCrsr, &u.ap.nEntry); sqlite3BtreeCount 189 third_party/sqlite/src/src/btree.h int sqlite3BtreeCount(BtCursor *, i64 *); sqlite3BtreeCount 2536 third_party/sqlite/src/src/vdbe.c rc = sqlite3BtreeCount(pCrsr, &nEntry);