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

/macosx-10.10/Heimdal-398.1.2/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 397 milliseconds