Lines Matching refs:isReadonly
43185 u8 isReadonly; /* True if read-only */
43442 if( pShmNode->isReadonly ){
43606 pShmNode->isReadonly = 1;
43770 pShmNode->isReadonly ? PROT_READ : PROT_READ|PROT_WRITE,
43799 if( pShmNode->isReadonly && rc==SQLITE_OK ) rc = SQLITE_READONLY;
45109 int isReadonly = (flags & SQLITE_OPEN_READONLY);
45141 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
45212 if( isReadonly ) openFlags |= O_RDONLY;
45243 isReadonly = 1;
45321 if( isReadonly ) ctrlFlags |= UNIXFILE_RDONLY;
51184 int isReadonly; /* True if read-only */
51293 if( pShmNode->isReadonly ){
51564 pShmNode->isReadonly = p->bReadonly;
51565 rc = winHandleOpen(pNew->zFilename, &pShmNode->isReadonly, &h);
51852 if( pShmNode->isReadonly ){
51911 if( pShmNode->isReadonly && rc==SQLITE_OK ){
52562 int isReadonly = (flags & SQLITE_OPEN_READONLY);
52583 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
52817 if( isReadonly ){