Searched defs:eFileLock (Results 1 – 1 of 1) sorted by relevance
40429 unsigned char eFileLock; /* The type of lock held on this fd */ member41087 static const char *azFileLock(int eFileLock){ in azFileLock()41495 unsigned char eFileLock; /* One of SHARED_LOCK, RESERVED_LOCK etc. */ member42033 static int unixLock(sqlite3_file *id, int eFileLock){ in unixLock()42291 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ in posixUnlock()42451 static int unixUnlock(sqlite3_file *id, int eFileLock){ in unixUnlock()42659 static int dotlockLock(sqlite3_file *id, int eFileLock) { in dotlockLock()42709 static int dotlockUnlock(sqlite3_file *id, int eFileLock) { in dotlockUnlock()42857 static int flockLock(sqlite3_file *id, int eFileLock) { in flockLock()42901 static int flockUnlock(sqlite3_file *id, int eFileLock) { in flockUnlock()[all …]