Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/bsnmp/snmp_vacm/
Dvacm_tree.def48 5 readOnly
/freebsd-10-stable/contrib/bsnmp/snmp_usm/
Dusm_tree.def48 5 readOnly
/freebsd-10-stable/contrib/bsnmp/snmp_target/
Dtarget_tree.def48 5 readOnly
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c12851 u8 readOnly; /* True for read-only statements */ member
38157 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 …]
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c18013 bft readOnly:1; /* True for statements that do not write */ member
46910 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 …]