Home
last modified time | relevance | path

Searched refs:sqlite3BtreeCursorUnpin (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.h323 void sqlite3BtreeCursorUnpin(BtCursor*);
H A Dvdbe.c7848 sqlite3BtreeCursorUnpin(pC->uc.pCursor); in sqlite3VdbeExec()
H A Dbtree.c4749 void sqlite3BtreeCursorUnpin(BtCursor *pCur){ in sqlite3BtreeCursorUnpin() function