Home
last modified time | relevance | path

Searched refs:pDisconnect (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dvtab.c254 pVTable->pNext = db2->pDisconnect; in vtabDisconnectAll()
255 db2->pDisconnect = pVTable; in vtabDisconnectAll()
311 VTable *p = db->pDisconnect; in sqlite3VtabUnlockList()
317 db->pDisconnect = 0; in sqlite3VtabUnlockList()
H A Dprepare.c750 if( db->pDisconnect ) sqlite3VtabUnlockList(db); in sqlite3Prepare()
H A DsqliteInt.h1644 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */ member
/sqlite-3.40.0/test/
H A Dvtab_shared.test250 # to [db] is moved to the sqlite3.pDisconnect list.