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