Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c42291 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ in posixUnlock() argument
42335 (void)handleNFSUnlock; in posixUnlock()
42336 assert( handleNFSUnlock==0 ); in posixUnlock()
42339 if( handleNFSUnlock ){ in posixUnlock()