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

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h305 ** Locks are added (or upgraded from READ_LOCK to WRITE_LOCK) when a cursor
313 u8 eLock; /* READ_LOCK or WRITE_LOCK */
319 #define WRITE_LOCK 2 macro
H A Dbtree.c108 ** assert( hasSharedCacheTableLock(pBtree, iRoot, 0, WRITE_LOCK) );
125 int eLockType /* Required lock type (READ_LOCK or WRITE_LOCK) */
171 && (pLock->iTable==iTab || (pLock->eLock==WRITE_LOCK && pLock->iTable==1))
218 ** (READ_LOCK or WRITE_LOCK) on the table with root-page iTab. Return
227 assert( eLock==READ_LOCK || eLock==WRITE_LOCK );
229 assert( !(p->db->flags&SQLITE_ReadUncommitted)||eLock==WRITE_LOCK||iTab==1 );
255 ** (eLock==WRITE_LOCK || pIter->eLock==WRITE_LOCK)
257 ** since we know that if eLock==WRITE_LOCK, then no other connection
258 ** may hold a WRITE_LOCK o
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46521 #define WRITE_LOCK macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c50917 #define WRITE_LOCK macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c50937 #define WRITE_LOCK macro
[all...]

Completed in 2182 milliseconds