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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c320 int newLocktype; /* Set pFile->locktype to this value before exiting */ local
349 newLocktype = pFile->locktype;
372 newLocktype = SHARED_LOCK;
387 newLocktype = RESERVED_LOCK;
395 newLocktype = PENDING_LOCK;
413 newLocktype = EXCLUSIVE_LOCK;
441 locktype, newLocktype ));
444 pFile->locktype = newLocktype;
H A Dos_win.c979 int newLocktype; /* Set pFile->locktype to this value before exiting */ local
1006 newLocktype = pFile->locktype;
1031 newLocktype = SHARED_LOCK;
1043 newLocktype = RESERVED_LOCK;
1052 newLocktype = PENDING_LOCK;
1064 newLocktype = EXCLUSIVE_LOCK;
1086 locktype, newLocktype));
1090 pFile->locktype = (u8)newLocktype;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22332 int newLocktype; /* Set pFile->locktype to this value before exiting */ local
22361 newLocktype = pFile->locktype;
22384 newLocktype = SHARED_LOCK;
22399 newLocktype = RESERVED_LOCK;
22407 newLocktype = PENDING_LOCK;
22425 newLocktype = EXCLUSIVE_LOCK;
22453 locktype, newLocktype ));
22456 pFile->locktype = newLocktype;
32098 int newLocktype; /* Set pFile->locktype to this value before exiting */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c34895 int newLocktype; /* Set pFile->locktype to this value before exiting */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c34915 int newLocktype; /* Set pFile->locktype to this value before exiting */ local
[all...]

Completed in 1036 milliseconds