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

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp77 case SQLITE_NOMEM:
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp77 case SQLITE_NOMEM:
/macosx-10.10/Heimdal-398.1.2/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
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecCAIssuerCache.c275 kCFStringEncodingUTF8, false), errOut, s3e = SQLITE_NOMEM);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecItem.c119 case SQLITE_NOMEM:

Completed in 496 milliseconds