Searched refs:SQLITE_IOERR_NOMEM (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h468 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c1039 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
15119 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
15143 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
19541 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h447 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c1000 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
14359 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
14376 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
18868 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
[all...]

Completed in 1508 milliseconds