Searched defs:SQLITE_NOMEM (Results 1 – 2 of 2) sorted by relevance
/third_party/sqlite/include/ | ||
D | sqlite3.h | 452 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro |
/third_party/sqlite/src/ | ||
D | sqlite3.c | 762 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro |