Searched refs:sqlite3VtabUnlock (Results 1 – 3 of 3) sorted by relevance
203 void sqlite3VtabUnlock(VTable *pVTab){ in sqlite3VtabUnlock() function283 sqlite3VtabUnlock(pVTab); in sqlite3VtabDisconnect()321 sqlite3VtabUnlock(p); in sqlite3VtabUnlockList()636 sqlite3VtabUnlock(pVTable); in vtabCallConstructor()929 sqlite3VtabUnlock(p); in sqlite3VtabCallDestroy()959 sqlite3VtabUnlock(pVTab); in callFinaliser()1105 sqlite3VtabUnlock(pVTab); in sqlite3VtabSavepoint()
5209 # define sqlite3VtabUnlock(X) macro5221 void sqlite3VtabUnlock(VTable *);
1267 if( db->pnBytesFreed==0 ) sqlite3VtabUnlock((VTable *)p4); in freeP4()