sqlite3BtreeCloseCursor 7774 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeCloseCursor(BtCursor*);
sqlite3BtreeCloseCursor 49142 third_party/sqlite/amalgamation/sqlite3.c       sqlite3BtreeCloseCursor(pTmp);
sqlite3BtreeCloseCursor 58669 third_party/sqlite/amalgamation/sqlite3.c     sqlite3BtreeCloseCursor(pCx->pCursor);
sqlite3BtreeCloseCursor 2023 third_party/sqlite/src/src/btree.c       sqlite3BtreeCloseCursor(pTmp);
sqlite3BtreeCloseCursor  148 third_party/sqlite/src/src/btree.h int sqlite3BtreeCloseCursor(BtCursor*);
sqlite3BtreeCloseCursor  276 third_party/sqlite/src/src/test3.c   rc = sqlite3BtreeCloseCursor(pCur);
sqlite3BtreeCloseCursor 1544 third_party/sqlite/src/src/vdbeaux.c     sqlite3BtreeCloseCursor(pCx->pCursor);