Searched defs:SQLITE_IOERR_READ (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ | ||
| H A D | sqlite3.h | 500 #define SQLITE_IOERR_READ (SQLITE_IOERR | (1<<8)) macro |
| H A D | sqlite3.c | 819 #define SQLITE_IOERR_READ (SQLITE_IOERR | (1<<8)) macro |