Searched refs:SQLITE_IOERR_NOMEM (Results 1 – 3 of 3) sorted by relevance
517 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
838 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro21660 # define SQLITE_IOERR_NOMEM_BKPT SQLITE_IOERR_NOMEM32344 if( db->mallocFailed || rc==SQLITE_IOERR_NOMEM ){ in apiHandleError()36544 if( rc==SQLITE_IOERR_NOMEM ) return; in sqlite3SystemError()39797 return SQLITE_IOERR_NOMEM; in kvvfsWriteJrnl()39888 return SQLITE_IOERR_NOMEM; in kvvfsSyncJrnl()55591 if( pNew==0 ) return SQLITE_IOERR_NOMEM;66317 if( (rc&0xFF)==SQLITE_IOERR && rc!=SQLITE_IOERR_NOMEM ){83928 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ) checkOom(pCheck);84125 if( rc==SQLITE_IOERR_NOMEM ) pCheck->rc = SQLITE_NOMEM;[all …]
18530 case SQLITE_IOERR_NOMEM: zVal = "SQLITE_IOERR_NOMEM"; break; in vfstrace_errcode_name()