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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c26531 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED
26537 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument
26582 (void)handleNFSUnlock;
26583 assert( handleNFSUnlock==0 );
26586 if( handleNFSUnlock ){
[all...]

Completed in 397 milliseconds