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