Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c285 #define UNIXFILE_RDONLY 0x02 /* Connection is read only */ macro
1613 if( (pFile->ctrlFlags & (UNIXFILE_EXCL|UNIXFILE_RDONLY))==UNIXFILE_EXCL ){ in unixFileLock()
5164 if( (pFd->ctrlFlags & UNIXFILE_RDONLY)==0 ) flags |= PROT_WRITE; in unixRemapfile()
6306 if( isReadonly ) ctrlFlags |= UNIXFILE_RDONLY; in unixOpen()