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