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