Lines Matching refs:SQLITE_IOERR_NOMEM
996 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8))
13729 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
13746 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
18225 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
26651 rc = SQLITE_IOERR_NOMEM;
31419 rc = SQLITE_IOERR_NOMEM;
35094 ** SQLITE_IOERR_NOMEM) occurs at a point in the code that makes it
35644 ** return SQLITE_IOERR_NOMEM while the journal file is being written). It
52833 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ) pCheck->mallocFailed = 1;
53989 if( rc==SQLITE_IOERR_NOMEM ){
66451 if( rc==SQLITE_IOERR_NOMEM ) db->mallocFailed = 1;
66484 if( rc!=SQLITE_IOERR_NOMEM ){
67348 return SQLITE_IOERR_NOMEM;
74270 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ){
87353 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ){
87448 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ){
106685 if( rc==SQLITE_IOERR_NOMEM ){