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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c42361 u8 isReadonly; /* True if read-only */ member in struct:unixShmNode
44286 int isReadonly = (flags & SQLITE_OPEN_READONLY); local
50033 u8 isReadonly; /* True if read-only */ member in struct:winShmNode
51357 int isReadonly = (flags & SQLITE_OPEN_READONLY); local
[all...]

Completed in 885 milliseconds