Searched refs:sharable (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtmutex.c55 ** If the object is not sharable, then no mutex is ever required
79 assert( p->sharable || (p->pNext==0 && p->pPrev==0) );
83 assert( p->sharable || p->wantToLock==0 );
88 /* Unless the database is sharable and unlocked, then BtShared.db
90 assert( (p->locked==0 && p->sharable) || p->pBt->db==p->db );
92 if( !p->sharable ) return;
112 assert( pLater->sharable );
131 if( p->sharable ){
143 ** B-Tree is not marked as sharable.
148 assert( p->sharable
[all...]
H A DbtreeInt.h346 u8 sharable; /* True if we can share pBt with another db */ member in struct:Btree
350 Btree *pNext; /* List of other sharable Btrees from the same db */
433 BtShared *pNext; /* Next on a list of sharable BtShared structs */
H A Dbtree.c110 ** When writing to an index that resides in a sharable database, the
135 if( (pBtree->sharable==0)
239 if( !p->sharable ){
284 ** (a) The specified Btree object p is connected to a sharable
285 ** database (one with the BtShared.sharable flag set), and
309 /* This function should only be called on a sharable b-tree after it
311 assert( p->sharable );
363 assert( p->sharable || 0==*ppIter );
1759 p->sharable = 1;
1794 /* In debug mode, we mark all persistent databases as sharable
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46548 u8 sharable; /* True if we can share pBt with another db */ member in struct:Btree
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c50944 u8 sharable; /* True if we can share pBt with another db */ member in struct:Btree
[all...]
/external/sqlite/dist/
H A Dsqlite3.c50964 u8 sharable; /* True if we can share pBt with another db */ member in struct:Btree
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3311 milliseconds