Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40531 #define UNIXFILE_NOLOCK 0x80 /* Do no file locking */ macro
41846 if( pFile->ctrlFlags & UNIXFILE_NOLOCK ) return; in verifyDbFile()
46291 assert( zFilename!=0 || (ctrlFlags & UNIXFILE_NOLOCK)!=0 ); in fillInUnixFile()
46312 ctrlFlags |= UNIXFILE_NOLOCK; in fillInUnixFile()
46317 if( ctrlFlags & UNIXFILE_NOLOCK ){ in fillInUnixFile()
46973 if( noLock ) ctrlFlags |= UNIXFILE_NOLOCK; in unixOpen()