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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c26146 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED
26152 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument
26207 (void)handleNFSUnlock;
26208 assert( handleNFSUnlock==0 );
26211 if( handleNFSUnlock ){
[all...]

Completed in 425 milliseconds