Searched refs:sqlite3VtabUnlockList (Results 1 – 5 of 5) sorted by relevance
750 if( db->pDisconnect ) sqlite3VtabUnlockList(db); in sqlite3Prepare()
310 void sqlite3VtabUnlockList(sqlite3 *db){ in sqlite3VtabUnlockList() function
1177 sqlite3VtabUnlockList(db); in disconnectAllVtab()1346 sqlite3VtabUnlockList(db); in sqlite3LeaveMutexAndCloseZombie()
5211 # define sqlite3VtabUnlockList(X) macro5223 void sqlite3VtabUnlockList(sqlite3*);
678 sqlite3VtabUnlockList(db); in sqlite3ResetAllSchemasOfConnection()