Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvtab.c203 void sqlite3VtabUnlock(VTable *pVTab){ in sqlite3VtabUnlock() function
283 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()
H A DsqliteInt.h5209 # define sqlite3VtabUnlock(X) macro
5221 void sqlite3VtabUnlock(VTable *);
H A Dvdbeaux.c1267 if( db->pnBytesFreed==0 ) sqlite3VtabUnlock((VTable *)p4); in freeP4()