Home
last modified time | relevance | path

Searched defs:eLock (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c6494 static int apndLock(sqlite3_file *pFile, int eLock){ in apndLock() argument
6502 static int apndUnlock(sqlite3_file *pFile, int eLock){ in apndUnlock() argument
15064 static int recoverVfsLock(sqlite3_file *pFd, int eLock){ in recoverVfsLock() argument
15069 static int recoverVfsUnlock(sqlite3_file *pFd, int eLock){ in recoverVfsUnlock() argument
H A Dsqlite3.c36530 kvvfsLock(sqlite3_file *pProtoFile, int eLock) kvvfsLock() argument
36544 kvvfsUnlock(sqlite3_file *pProtoFile, int eLock) kvvfsUnlock() argument
51359 int eLock; /* Most recent lock against this file */ global() member
51639 memdbLock(sqlite3_file *pFile, int eLock) global() argument
51697 memdbUnlock(sqlite3_file *pFile, int eLock) global() argument
56140 u8 eLock; /* Current lock held on database file */ global() member
56643 pagerUnlockDb(Pager *pPager, int eLock) global() argument
56671 pagerLockDb(Pager *pPager, int eLock) global() argument
67882 u8 eLock; /* READ_LOCK or WRITE_LOCK */ global() member
68906 querySharedCacheTableLock(Btree *p, Pgno iTab, u8 eLock) global() argument
68978 setSharedCacheTableLock(Btree *p, Pgno iTable, u8 eLock) global() argument
213600 rbuVfsLock(sqlite3_file *pFile, int eLock) global() argument
213622 rbuVfsUnlock(sqlite3_file *pFile, int eLock) global() argument
[all...]

Completed in 235 milliseconds