Searched refs:readOnly (Results 1 – 5 of 5) sorted by relevance
48 5 readOnly
12851 u8 readOnly; /* True for read-only statements */ member38157 u8 readOnly; /* True for a read-only database */41831 int readOnly = 0; /* True if this is a read-only file */41963 readOnly = (fout&SQLITE_OPEN_READONLY);41973 if( rc==SQLITE_OK && !readOnly ){42010 readOnly = (vfsFlags&SQLITE_OPEN_READONLY);42042 pPager->noReadlock = (noReadlock && readOnly) ?1:0;42062 pPager->readOnly = (u8)readOnly;42256 assert( pPager->noReadlock==0 || pPager->readOnly );42844 if( NEVER(pPager->readOnly) ) return SQLITE_PERM;[all …]
18013 bft readOnly:1; /* True for statements that do not write */ member46910 u8 readOnly; /* True for a read-only database */50860 int readOnly = 0; /* True if this is a read-only file */50987 readOnly = (fout&SQLITE_OPEN_READONLY);50999 if( !readOnly ){51046 readOnly = (vfsFlags&SQLITE_OPEN_READONLY);51095 pPager->readOnly = (u8)readOnly;51344 if( pPager->readOnly ){52056 assert( pPager->readOnly==0 );52755 return pPager->readOnly;[all …]