Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c39176 #define UNIXFILE_NOLOCK 0x80 /* Do no file locking */ macro
40373 if( pFile->ctrlFlags & UNIXFILE_NOLOCK ) return; in verifyDbFile()
44656 assert( zFilename!=0 || (ctrlFlags & UNIXFILE_NOLOCK)!=0 ); in fillInUnixFile()
44677 ctrlFlags |= UNIXFILE_NOLOCK; in fillInUnixFile()
44682 if( ctrlFlags & UNIXFILE_NOLOCK ){ in fillInUnixFile()
45322 if( noLock ) ctrlFlags |= UNIXFILE_NOLOCK; in unixOpen()