Searched defs:eLock (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 11812 static int apndLock(sqlite3_file *pFile, int eLock){ in apndLock() 11820 static int apndUnlock(sqlite3_file *pFile, int eLock){ in apndUnlock() 18709 static const char *lockName(int eLock){ in lockName() 18723 static int vfstraceLock(sqlite3_file *pFile, int eLock){ in vfstraceLock() 18738 static int vfstraceUnlock(sqlite3_file *pFile, int eLock){ in vfstraceUnlock() 23218 static int recoverVfsLock(sqlite3_file *pFd, int eLock){ in recoverVfsLock() 23223 static int recoverVfsUnlock(sqlite3_file *pFd, int eLock){ in recoverVfsUnlock()
|
| H A D | sqlite3.c | 39929 static int kvvfsLock(sqlite3_file *pProtoFile, int eLock){ in kvvfsLock() 39943 static int kvvfsUnlock(sqlite3_file *pProtoFile, int eLock){ in kvvfsUnlock() 55394 int eLock; /* Most recent lock against this file */ member 55674 static int memdbLock(sqlite3_file *pFile, int eLock){ 55732 static int memdbUnlock(sqlite3_file *pFile, int eLock){ 60280 u8 eLock; /* Current lock held on database file */ member 60768 static int pagerUnlockDb(Pager *pPager, int eLock){ 60796 static int pagerLockDb(Pager *pPager, int eLock){ 61856 u8 eLock = pPager->eLock; local 72501 u8 eLock; /* READ_LOCK or WRITE_LOCK */ member [all …]
|