Lines Matching defs:SQLITE_NOMEM
454 #define SQLITE_NOMEM 7 /* A malloc() failed */
2779 ** memory allocation fails, then SQLITE_NOMEM is returned.
4117 ** in a single prepared statement, an SQLITE_NOMEM error is returned.</dd>)^
4696 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails.
6548 ** or [SQLITE_NOMEM] if memory could not be allocated. The value of the
6585 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
7006 ** an [SQLITE_NOMEM] error. In other words, the soft heap limit
8436 ** silently reject new text, always return SQLITE_NOMEM from
8514 ** [SQLITE_NOMEM] following any out-of-memory error, or
9215 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
9237 ** [SQLITE_IOERR_ACCESS | SQLITE_IOERR_XXX], [SQLITE_NOMEM], or
10117 ** some other value, such as SQLITE_NOMEM, in the event of a malfunction.
10547 ** This function may also return SQLITE_NOMEM. If it is called with the
11005 ** error code (e.g. SQLITE_NOMEM) is returned.
11173 ** occurs, an SQLite error code (e.g. SQLITE_NOMEM) is returned.
11568 ** SQLITE_NOMEM.
11769 ** [SQLITE_NOMEM] in [sqlite3changeset_new()]) then an error code corresponding
11888 ** (i.e. SQLITE_NOMEM) is returned and *pp is set to NULL.
12021 ** occurs during processing, this function returns SQLITE_NOMEM.
12527 ** occurs, return an SQLite error code (e.g. SQLITE_NOMEM) and set (*ppNew)
12911 ** an error code (i.e. SQLITE_NOMEM) if an error occurs.
12928 ** error code (i.e. SQLITE_NOMEM) if an error occurs.