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