Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dos_os2.c320 int newLocktype; /* Set pFile->locktype to this value before exiting */ in os2Lock() local
349 newLocktype = pFile->locktype; in os2Lock()
372 newLocktype = SHARED_LOCK; in os2Lock()
387 newLocktype = RESERVED_LOCK; in os2Lock()
395 newLocktype = PENDING_LOCK; in os2Lock()
413 newLocktype = EXCLUSIVE_LOCK; in os2Lock()
441 locktype, newLocktype )); in os2Lock()
444 pFile->locktype = newLocktype; in os2Lock()
Dos_win.c979 int newLocktype; /* Set pFile->locktype to this value before exiting */ in winLock() local
1006 newLocktype = pFile->locktype; in winLock()
1031 newLocktype = SHARED_LOCK; in winLock()
1043 newLocktype = RESERVED_LOCK; in winLock()
1052 newLocktype = PENDING_LOCK; in winLock()
1064 newLocktype = EXCLUSIVE_LOCK; in winLock()
1086 locktype, newLocktype)); in winLock()
1090 pFile->locktype = (u8)newLocktype; in winLock()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c22332 int newLocktype; /* Set pFile->locktype to this value before exiting */
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 */
32125 newLocktype = pFile->locktype;
[all …]
/external/sqlite/dist/
Dsqlite3.c34921 int newLocktype; /* Set pFile->locktype to this value before exiting */
34949 newLocktype = pFile->locktype;
34987 newLocktype = SHARED_LOCK;
34999 newLocktype = RESERVED_LOCK;
35008 newLocktype = PENDING_LOCK;
35020 newLocktype = EXCLUSIVE_LOCK;
35043 pFile->h, locktype, newLocktype));
35045 pFile->locktype = (u8)newLocktype;
/external/sqlite/dist/orig/
Dsqlite3.c34901 int newLocktype; /* Set pFile->locktype to this value before exiting */
34929 newLocktype = pFile->locktype;
34967 newLocktype = SHARED_LOCK;
34979 newLocktype = RESERVED_LOCK;
34988 newLocktype = PENDING_LOCK;
35000 newLocktype = EXCLUSIVE_LOCK;
35023 pFile->h, locktype, newLocktype));
35025 pFile->locktype = (u8)newLocktype;