Searched refs:eFileLock (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c24583 unsigned char eFileLock; /* The type of lock held on this fd */ member in struct:unixFile
25117 static const char *azFileLock(int eFileLock){ argument
25118 switch( eFileLock ){
25540 unsigned char eFileLock; /* One of SHARED_LOCK, RESERVED_LOCK etc. */ member in struct:unixInodeInfo
25805 if( pFile->pInode->eFileLock>SHARED_LOCK ){
25882 ** Lock the file with the lock specified by parameter eFileLock - one
25905 static int unixLock(sqlite3_file *id, int eFileLock){ argument
25952 azFileLock(eFileLock), azFileLock(pFile->eFileLock),
25953 azFileLock(pInode->eFileLock), pInod
26152 posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock) argument
26330 unixUnlock(sqlite3_file *id, int eFileLock) argument
26526 dotlockLock(sqlite3_file *id, int eFileLock) argument
26578 dotlockUnlock(sqlite3_file *id, int eFileLock) argument
26752 flockLock(sqlite3_file *id, int eFileLock) argument
26796 flockUnlock(sqlite3_file *id, int eFileLock) argument
26928 semLock(sqlite3_file *id, int eFileLock) argument
26962 semUnlock(sqlite3_file *id, int eFileLock) argument
27174 afpLock(sqlite3_file *id, int eFileLock) argument
27356 afpUnlock(sqlite3_file *id, int eFileLock) argument
27502 nfsUnlock(sqlite3_file *id, int eFileLock) argument
31144 proxyLock(sqlite3_file *id, int eFileLock) argument
31168 proxyUnlock(sqlite3_file *id, int eFileLock) argument
[all...]

Completed in 420 milliseconds