Lines Matching refs:SQLITE_IOERR_NOMEM
1000 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
14376 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
18868 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){ in sqlite3ApiExit()
28582 rc = SQLITE_IOERR_NOMEM;
33815 rc = SQLITE_IOERR_NOMEM;
55772 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ) pCheck->mallocFailed = 1;
56973 if( rc==SQLITE_IOERR_NOMEM ){
69756 if( rc==SQLITE_IOERR_NOMEM ) db->mallocFailed = 1;
69792 if( rc!=SQLITE_IOERR_NOMEM ){
71543 return SQLITE_IOERR_NOMEM;
78547 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ){
91854 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ){
91949 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ){
112333 if( rc==SQLITE_IOERR_NOMEM ){