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

/macosx-10.9.5/Heimdal-323.92.1/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...]

Completed in 429 milliseconds