Searched defs:SQLITE_IOERR_WRITE (Results 1 – 2 of 2) sorted by relevance
| /third_party/sqlite/include/ | ||
| D | sqlite3.h | 500 #define SQLITE_IOERR_WRITE (SQLITE_IOERR | (3<<8)) macro |
| /third_party/sqlite/src/ | ||
| D | sqlite3.c | 810 #define SQLITE_IOERR_WRITE (SQLITE_IOERR | (3<<8)) macro |