Searched refs:pDisconnect (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvtab.c134 ** p->pVTable list to the sqlite3.pDisconnect lists of their associated
147 ** this makes it safe to access the sqlite3.pDisconnect list of any
161 pVTable->pNext = db2->pDisconnect;
162 db2->pDisconnect = pVTable;
173 ** Disconnect all the virtual table objects in the sqlite3.pDisconnect list.
177 ** caller. This is done to protect the sqlite3.pDisconnect list. The
178 ** sqlite3.pDisconnect list is accessed only as follows:
184 ** the sqlite3.pDisconnect list. In this case either the BtShared mutex
189 ** As a result, a sqlite3.pDisconnect cannot be accessed simultaneously
193 VTable *p = db->pDisconnect;
[all...]
H A DsqliteInt.h875 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */ member in struct:sqlite3
1218 ** another linked list headed by the sqlite3.pDisconnect member of the
1223 ** explanation as to why it is safe to add an entry to an sqlite3.pDisconnect
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9220 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */ member in struct:sqlite3
9563 ** another linked list headed by the sqlite3.pDisconnect member of the
9568 ** explanation as to why it is safe to add an entry to an sqlite3.pDisconnect
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10511 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */ member in struct:sqlite3
10886 ** another linked list headed by the sqlite3.pDisconnect member of the
10891 ** explanation as to why it is safe to add an entry to an sqlite3.pDisconnect
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10511 VTable *pDisconnect; /* Disconnect these in next sqlite3_prepare() */ member in struct:sqlite3
10886 ** another linked list headed by the sqlite3.pDisconnect member of the
10891 ** explanation as to why it is safe to add an entry to an sqlite3.pDisconnect
[all...]

Completed in 435 milliseconds