Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c9856 static int apndLock(sqlite3_file *pFile, int eLock){ in apndLock()
9864 static int apndUnlock(sqlite3_file *pFile, int eLock){ in apndUnlock()
16694 static const char *lockName(int eLock){ in lockName()
16708 static int vfstraceLock(sqlite3_file *pFile, int eLock){ in vfstraceLock()
16723 static int vfstraceUnlock(sqlite3_file *pFile, int eLock){ in vfstraceUnlock()
21179 static int recoverVfsLock(sqlite3_file *pFd, int eLock){ in recoverVfsLock()
21184 static int recoverVfsUnlock(sqlite3_file *pFd, int eLock){ in recoverVfsUnlock()
H A Dsqlite3.c38598 static int kvvfsLock(sqlite3_file *pProtoFile, int eLock){ in kvvfsLock()
38612 static int kvvfsUnlock(sqlite3_file *pProtoFile, int eLock){ in kvvfsUnlock()
53901 int eLock; /* Most recent lock against this file */ member
58702 u8 eLock; /* Current lock held on database file */ member
60265 u8 eLock = pPager->eLock; local
70831 u8 eLock; /* READ_LOCK or WRITE_LOCK */ member