Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c1908 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ in posixUnlock() argument
1952 (void)handleNFSUnlock; in posixUnlock()
1953 assert( handleNFSUnlock==0 ); in posixUnlock()
1956 if( handleNFSUnlock ){ in posixUnlock()