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

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c402 int isReadonly
408 int flags = TCL_READABLE|(isReadonly ? 0 : TCL_WRITABLE);
414 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob);
2620 int isReadonly = 0;
2636 rc = Tcl_GetBooleanFromObj(interp, objv[++i], &isReadonly);
2657 if( isReadonly ){
2918 int isReadonly = 0;
2926 isReadonly = 1;
2929 if( objc!=(5+isReadonly) && objc!=(6+isReadonly) ){
[all...]
/freebsd-11-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-11-stable/contrib/sqlite3/
H A Dsqlite3.c38135 u8 isReadonly; /* True if read-only */ member in struct:unixShmNode
39888 int isReadonly = (flags & SQLITE_OPEN_READONLY); local
45834 u8 isReadonly; /* True if read-only */ member in struct:winShmNode
47129 int isReadonly = (flags & SQLITE_OPEN_READONLY); local
[all...]

Completed in 978 milliseconds