Searched refs:SQLITE_NOMEM (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c942 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
2310 ** memory allocation fails, then SQLITE_NOMEM is returned.
2656 ** [SQLITE_IOERR] rather than [SQLITE_NOMEM].
3610 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails.
4106 ** [SQLITE_NOMEM].)^
4880 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
5070 ** an [SQLITE_NOMEM] error. In other words, the soft heap limit
6699 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6721 ** [SQLITE_IOERR_ACCESS | SQLITE_IOERR_XXX], [SQLITE_NOMEM], or
14543 int rc = SQLITE_NOMEM;
[all...]
H A Dsqlite3.h389 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
1757 ** memory allocation fails, then SQLITE_NOMEM is returned.
2103 ** [SQLITE_IOERR] rather than [SQLITE_NOMEM].
3057 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails.
3553 ** [SQLITE_NOMEM].)^
4327 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
4517 ** an [SQLITE_NOMEM] error. In other words, the soft heap limit
6146 ** [SQLITE_NOMEM], [SQLITE_BUSY], [SQLITE_LOCKED], or an
6168 ** [SQLITE_IOERR_ACCESS | SQLITE_IOERR_XXX], [SQLITE_NOMEM], or
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2418 ** If an OOM condition is encountered, SQLITE_NOMEM is returned. Otherwise,
2429 rc = SQLITE_NOMEM;
2707 if( pNew==0 ) return SQLITE_NOMEM;
2730 if( pCur==0 ) return SQLITE_NOMEM;
2798 if( aNew==0 ) return SQLITE_NOMEM;
2825 if( pCur->zPath==0 ) return SQLITE_NOMEM;
2888 return SQLITE_NOMEM;
2967 return SQLITE_NOMEM;
3254 if( pNew==0 ) return SQLITE_NOMEM;
3275 if( pCur==0 ) return SQLITE_NOMEM;
[all...]
H A Dsqlite3.c1492 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
3655 ** memory allocation fails, then SQLITE_NOMEM is returned.
4948 ** in a single prepared statement, an SQLITE_NOMEM error is returned.</dd>)^
5468 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails.
7163 ** or [SQLITE_NOMEM] if memory could not be allocated. The value of the
7200 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
7522 ** an [SQLITE_NOMEM] error. In other words, the soft heap limit
8928 ** silently reject new text, always return SQLITE_NOMEM from
9006 ** [SQLITE_NOMEM] following any out-of-memory error, or
9695 ** [SQLITE_NOMEM], [SQLITE_BUS
[all...]
H A Dsqlite3.h429 #define SQLITE_NOMEM 7 /* A malloc() failed */ macro
2592 ** memory allocation fails, then SQLITE_NOMEM is returned.
3885 ** in a single prepared statement, an SQLITE_NOMEM error is returned.</dd>)^
4405 ** index is out of range. ^[SQLITE_NOMEM] is returned if malloc() fails.
6100 ** or [SQLITE_NOMEM] if memory could not be allocated. The value of the
6137 ** [SQLITE_NOMEM], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
6459 ** an [SQLITE_NOMEM] error. In other words, the soft heap limit
7865 ** silently reject new text, always return SQLITE_NOMEM from
7943 ** [SQLITE_NOMEM] following any out-of-memory error, or
8632 ** [SQLITE_NOMEM], [SQLITE_BUS
[all...]

Completed in 914 milliseconds