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