Searched refs:pBlockingConnection (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 );
71 assert( db==0 || p->pBlockingConnection!=db );
133 ** cache. pOther is found by looking at db->pBlockingConnection.
160 db->pBlockingConnection = 0;
164 }else if( 0==db->pBlockingConnection ){
173 for(p=db->pBlockingConnection; p && p!=db; p=p->pUnlockConnection){}
177 db->pUnlockConnection = db->pBlockingConnection;
[all...]
H A DsqliteInt.h896 ** When X.pBlockingConnection==Y, that means that something that X tried
900 sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ member in struct:sqlite3
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9241 ** When X.pBlockingConnection==Y, that means that something that X tried
9245 sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ member in struct:sqlite3
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10532 ** When X.pBlockingConnection==Y, that means that something that X tried
10536 sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ member in struct:sqlite3
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10532 ** When X.pBlockingConnection==Y, that means that something that X tried
10536 sqlite3 *pBlockingConnection; /* Connection that caused SQLITE_LOCKED */ member in struct:sqlite3
[all...]

Completed in 918 milliseconds