Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c39104 unsigned char eFileLock; /* The type of lock held on this fd */ member
39649 static const char *azFileLock(int eFileLock){ in azFileLock()
40056 unsigned char eFileLock; /* One of SHARED_LOCK, RESERVED_LOCK etc. */ member
40559 static int unixLock(sqlite3_file *id, int eFileLock){ in unixLock()
40809 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ in posixUnlock()
40969 static int unixUnlock(sqlite3_file *id, int eFileLock){ in unixUnlock()
41177 static int dotlockLock(sqlite3_file *id, int eFileLock) { in dotlockLock()
41227 static int dotlockUnlock(sqlite3_file *id, int eFileLock) { in dotlockUnlock()
41375 static int flockLock(sqlite3_file *id, int eFileLock) { in flockLock()
41419 static int flockUnlock(sqlite3_file *id, int eFileLock) { in flockUnlock()
[all …]