Lines Matching refs:isReadonly
43184 u8 isReadonly; /* True if read-only */
43441 if( pShmNode->isReadonly ){
43605 pShmNode->isReadonly = 1;
43769 pShmNode->isReadonly ? PROT_READ : PROT_READ|PROT_WRITE,
43798 if( pShmNode->isReadonly && rc==SQLITE_OK ) rc = SQLITE_READONLY;
45108 int isReadonly = (flags & SQLITE_OPEN_READONLY);
45140 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
45211 if( isReadonly ) openFlags |= O_RDONLY;
45242 isReadonly = 1;
45320 if( isReadonly ) ctrlFlags |= UNIXFILE_RDONLY;
51183 int isReadonly; /* True if read-only */
51292 if( pShmNode->isReadonly ){
51563 pShmNode->isReadonly = p->bReadonly;
51564 rc = winHandleOpen(pNew->zFilename, &pShmNode->isReadonly, &h);
51851 if( pShmNode->isReadonly ){
51910 if( pShmNode->isReadonly && rc==SQLITE_OK ){
52561 int isReadonly = (flags & SQLITE_OPEN_READONLY);
52582 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
52816 if( isReadonly ){