Searched defs:SQLITE_NOMEM (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | sqlite.w32.h | 151 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 936 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro 2278 ** memory allocation fails, then SQLITE_NOMEM is returned. 2624 ** [SQLITE_IOERR] rather than [SQLITE_NOMEM]. 3578 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails. 4074 ** [SQLITE_NOMEM].)^ 4848 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the 5038 ** an [SQLITE_NOMEM] error. In other words, the soft heap limit 6667 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an 6689 ** [SQLITE_IOERR_ACCESS | SQLITE_IOERR_XXX], [SQLITE_NOMEM], or 14457 int rc = SQLITE_NOMEM; [all...] |
| H A D | sqlite3.h | 389 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro 1731 ** memory allocation fails, then SQLITE_NOMEM is returned. 2077 ** [SQLITE_IOERR] rather than [SQLITE_NOMEM]. 3031 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails. 3527 ** [SQLITE_NOMEM].)^ 4301 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the 4491 ** an [SQLITE_NOMEM] error. In other words, the soft heap limit 6120 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an 6142 ** [SQLITE_IOERR_ACCESS | SQLITE_IOERR_XXX], [SQLITE_NOMEM], or
|
Completed in 118 milliseconds