HomeSort by relevance Sort by last modified time
    Searched refs:pUnlockConnection (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
notify.c 36 ** 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 member of a list entry i
    [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 458 milliseconds