Searched defs:SQLITE_IOERR_ACCESS (Results 1 – 2 of 2) sorted by relevance
| /third_party/sqlite/include/ | ||
| D | sqlite3.h | 510 #define SQLITE_IOERR_ACCESS (SQLITE_IOERR | (13<<8)) macro |
| /third_party/sqlite/src/ | ||
| D | sqlite3.c | 820 #define SQLITE_IOERR_ACCESS (SQLITE_IOERR | (13<<8)) macro |