Lines Matching refs:isReadonly
42705 u8 isReadonly; /* True if read-only */
42962 if( pShmNode->isReadonly ){
43126 pShmNode->isReadonly = 1;
43290 pShmNode->isReadonly ? PROT_READ : PROT_READ|PROT_WRITE,
43319 if( pShmNode->isReadonly && rc==SQLITE_OK ) rc = SQLITE_READONLY;
44630 int isReadonly = (flags & SQLITE_OPEN_READONLY);
44662 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
44733 if( isReadonly ) openFlags |= O_RDONLY;
44764 isReadonly = 1;
44842 if( isReadonly ) ctrlFlags |= UNIXFILE_RDONLY;
50384 u8 isReadonly; /* True if read-only */
50547 if( pShmNode->isReadonly ){
50639 if( outFlags==SQLITE_OPEN_READONLY ) pShmNode->isReadonly = 1;
50937 if( pShmNode->isReadonly ){
51001 if( pShmNode->isReadonly && rc==SQLITE_OK ) rc = SQLITE_READONLY;
51708 int isReadonly = (flags & SQLITE_OPEN_READONLY);
51729 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
51963 if( isReadonly ){