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