Lines Matching refs:isReadonly
38522 u8 isReadonly; /* True if read-only */
38765 if( pShmNode->isReadonly ){
38904 pShmNode->isReadonly = 1;
39068 pShmNode->isReadonly ? PROT_READ : PROT_READ|PROT_WRITE,
39097 if( pShmNode->isReadonly && rc==SQLITE_OK ) rc = SQLITE_READONLY;
40319 int isReadonly = (flags & SQLITE_OPEN_READONLY);
40351 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
40422 if( isReadonly ) openFlags |= O_RDONLY;
40452 isReadonly = 1;
40524 if( isReadonly ) ctrlFlags |= UNIXFILE_RDONLY;
46094 u8 isReadonly; /* True if read-only */
46257 if( pShmNode->isReadonly ){
46349 if( outFlags==SQLITE_OPEN_READONLY ) pShmNode->isReadonly = 1;
46643 if( pShmNode->isReadonly ){
46707 if( pShmNode->isReadonly && rc==SQLITE_OK ) rc = SQLITE_READONLY;
47389 int isReadonly = (flags & SQLITE_OPEN_READONLY);
47410 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
47644 if( isReadonly ){