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

/external/chromium_org/third_party/sqlite/src/src/
H A Dnotify.c36 ** for which either sqlite3.pBlockingConnection or sqlite3.pUnlockConnection
48 ** pUnlockConnection or pBlockingConnection, or both.
54 ** blocked connections list have pUnlockConnection or pBlockingConnection
64 assert( p->pUnlockConnection || p->pBlockingConnection );
70 assert( db==0 || p->pUnlockConnection!=db );
161 db->pUnlockConnection = 0;
173 for(p=db->pBlockingConnection; p && p!=db; p=p->pUnlockConnection){}
177 db->pUnlockConnection = db->pBlockingConnection;
200 if( db->pBlockingConnection==0 && db->pUnlockConnection==0 ){
218 ** 2) If the sqlite3.pUnlockConnection membe
[all...]
H A DsqliteInt.h893 ** When X.pUnlockConnection==Y, that means that X is waiting for Y to
901 sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ member in struct:sqlite3
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9238 ** When X.pUnlockConnection==Y, that means that X is waiting for Y to
9246 sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ member in struct:sqlite3
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10529 ** When X.pUnlockConnection==Y, that means that X is waiting for Y to
10537 sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ member in struct:sqlite3
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10529 ** When X.pUnlockConnection==Y, that means that X is waiting for Y to
10537 sqlite3 *pUnlockConnection; /* Connection to watch for unlock */ member in struct:sqlite3
[all...]

Completed in 492 milliseconds