OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_NOMEM
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
457
#define
SQLITE_NOMEM
7 /* A malloc() failed */
2973
** memory allocation fails, then
SQLITE_NOMEM
is returned.
4264
** successfully set,
SQLITE_NOMEM
if an OOM occurs, and SQLITE_MISUSE if
4382
** in a single prepared statement, an
SQLITE_NOMEM
error is returned.</dd>)^
5002
** index is out of range. ^[
SQLITE_NOMEM
] is returned if malloc() fails.
6363
** It returns 0 on success and
SQLITE_NOMEM
on allocation failure.
6917
** or [
SQLITE_NOMEM
] if memory could not be allocated. The value of the
6954
** [
SQLITE_NOMEM
], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
7377
** an [
SQLITE_NOMEM
] error. In other words, the soft heap limit
8806
** silently reject new text, always return
SQLITE_NOMEM
fro
[
all
...]
sqlite3.c
778
#define
SQLITE_NOMEM
7 /* A malloc() failed */
3294
** memory allocation fails, then
SQLITE_NOMEM
is returned.
4585
** successfully set,
SQLITE_NOMEM
if an OOM occurs, and SQLITE_MISUSE if
4703
** in a single prepared statement, an
SQLITE_NOMEM
error is returned.</dd>)^
5323
** index is out of range. ^[
SQLITE_NOMEM
] is returned if malloc() fails.
6684
** It returns 0 on success and
SQLITE_NOMEM
on allocation failure.
7238
** or [
SQLITE_NOMEM
] if memory could not be allocated. The value of the
7275
** [
SQLITE_NOMEM
], [SQLITE_BUSY], and [SQLITE_INTERRUPT]) then the
7698
** an [
SQLITE_NOMEM
] error. In other words, the soft heap limit
9127
** silently reject new text, always return
SQLITE_NOMEM
fro
[
all
...]
Completed in 105 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026