Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c39105 unsigned char eFileLock; /* The type of lock held on this fd */ member
39650 static const char *azFileLock(int eFileLock){ in azFileLock()
40057 unsigned char eFileLock; /* One of SHARED_LOCK, RESERVED_LOCK etc. */ member
40560 static int unixLock(sqlite3_file *id, int eFileLock){ in unixLock()
40810 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ in posixUnlock()
40970 static int unixUnlock(sqlite3_file *id, int eFileLock){ in unixUnlock()
41178 static int dotlockLock(sqlite3_file *id, int eFileLock) { in dotlockLock()
41228 static int dotlockUnlock(sqlite3_file *id, int eFileLock) { in dotlockUnlock()
41376 static int flockLock(sqlite3_file *id, int eFileLock) { in flockLock()
41420 static int flockUnlock(sqlite3_file *id, int eFileLock) { in flockUnlock()
[all …]