Home
last modified time | relevance | path

Searched refs:sqlite3VtabUnlockList (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dprepare.c750 if( db->pDisconnect ) sqlite3VtabUnlockList(db); in sqlite3Prepare()
H A Dvtab.c310 void sqlite3VtabUnlockList(sqlite3 *db){ in sqlite3VtabUnlockList() function
H A Dmain.c1177 sqlite3VtabUnlockList(db); in disconnectAllVtab()
1346 sqlite3VtabUnlockList(db); in sqlite3LeaveMutexAndCloseZombie()
H A DsqliteInt.h5211 # define sqlite3VtabUnlockList(X) macro
5223 void sqlite3VtabUnlockList(sqlite3*);
H A Dbuild.c678 sqlite3VtabUnlockList(db); in sqlite3ResetAllSchemasOfConnection()