Searched defs:isReadonly (Results 1 - 1 of 1) sorted by relevance
| /third_party/sqlite/src/ | ||
| H A D | sqlite3.c | 41176 u8 isReadonly; /* True if read-only */ global() member 43001 int isReadonly = (flags & SQLITE_OPEN_READONLY); unixOpen() local 48806 u8 isReadonly; /* True if read-only */ global() member 50121 int isReadonly = (flags & SQLITE_OPEN_READONLY); global() local [all...] |
Completed in 239 milliseconds