Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40459 unsigned char eFileLock; /* The type of lock held on this fd */ member
41117 static const char *azFileLock(int eFileLock){ in azFileLock()
41525 unsigned char eFileLock; /* One of SHARED_LOCK, RESERVED_LOCK etc. */ member
42063 static int unixLock(sqlite3_file *id, int eFileLock){ in unixLock()
42321 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ in posixUnlock()
42481 static int unixUnlock(sqlite3_file *id, int eFileLock){ in unixUnlock()
42689 static int dotlockLock(sqlite3_file *id, int eFileLock) { in dotlockLock()
42739 static int dotlockUnlock(sqlite3_file *id, int eFileLock) { in dotlockUnlock()
42887 static int flockLock(sqlite3_file *id, int eFileLock) { in flockLock()
42931 static int flockUnlock(sqlite3_file *id, int eFileLock) { in flockUnlock()
[all …]