Searched defs:eLock (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 11781 static int apndLock(sqlite3_file *pFile, int eLock){ in apndLock() 11789 static int apndUnlock(sqlite3_file *pFile, int eLock){ in apndUnlock() 18671 static const char *lockName(int eLock){ in lockName() 18685 static int vfstraceLock(sqlite3_file *pFile, int eLock){ in vfstraceLock() 18700 static int vfstraceUnlock(sqlite3_file *pFile, int eLock){ in vfstraceUnlock() 23180 static int recoverVfsLock(sqlite3_file *pFd, int eLock){ in recoverVfsLock() 23185 static int recoverVfsUnlock(sqlite3_file *pFd, int eLock){ in recoverVfsUnlock()
|
| H A D | sqlite3.c | 39899 static int kvvfsLock(sqlite3_file *pProtoFile, int eLock){ in kvvfsLock() 39913 static int kvvfsUnlock(sqlite3_file *pProtoFile, int eLock){ in kvvfsUnlock() 55349 int eLock; /* Most recent lock against this file */ member 55629 static int memdbLock(sqlite3_file *pFile, int eLock){ 55687 static int memdbUnlock(sqlite3_file *pFile, int eLock){ 60231 u8 eLock; /* Current lock held on database file */ member 60719 static int pagerUnlockDb(Pager *pPager, int eLock){ 60747 static int pagerLockDb(Pager *pPager, int eLock){ 61796 u8 eLock = pPager->eLock; local 72400 u8 eLock; /* READ_LOCK or WRITE_LOCK */ member [all …]
|