Searched refs:UNKNOWN_LOCK (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c396 ** database in the ERROR state, Pager.eLock is set to UNKNOWN_LOCK. It
399 ** omits the check for a hot-journal if Pager.eLock is set to UNKNOWN_LOCK
404 ** Pager.eLock may only be set to UNKNOWN_LOCK when the pager is in
407 #define UNKNOWN_LOCK (EXCLUSIVE_LOCK+1) macro
477 ** UNKNOWN_LOCK. See the comment above the #define of UNKNOWN_LOCK for
861 assert( p->eLock!=UNKNOWN_LOCK );
866 assert( p->eLock!=UNKNOWN_LOCK );
878 assert( p->eLock!=UNKNOWN_LOCK );
966 p->eLock==UNKNOWN_LOCK
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c36837 #define UNKNOWN_LOCK macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c40653 #define UNKNOWN_LOCK macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c40673 #define UNKNOWN_LOCK macro
[all...]

Completed in 449 milliseconds