Searched refs:isReadonly (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c384 int isReadonly
390 int flags = TCL_READABLE|(isReadonly ? 0 : TCL_WRITABLE);
396 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob);
2590 int isReadonly = 0;
2598 isReadonly = 1;
2601 if( objc!=(5+isReadonly) && objc!=(6+isReadonly) ){
2606 if( objc==(6+isReadonly) ){
2615 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23927 int isReadonly = (flags & SQLITE_OPEN_READONLY); local
23946 assert((isReadonly==0 || isReadWrite==0) && (isReadWrite || isReadonly));
28195 u8 isReadonly; /* True if read-only */ member in struct:unixShmNode
29526 int isReadonly = (flags & SQLITE_OPEN_READONLY); local
34041 int isReadonly = (flags & SQLITE_OPEN_READONLY); local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c33360 u8 isReadonly; /* True if read-only */ member in struct:unixShmNode
34976 int isReadonly = (flags & SQLITE_OPEN_READONLY); local
41984 int isReadonly = (flags & SQLITE_OPEN_READONLY); local
[all...]

Completed in 777 milliseconds