Searched refs:SQLITE_IOERR_NOMEM (Results 1 – 2 of 2) sorted by relevance
511 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
824 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro20539 # define SQLITE_IOERR_NOMEM_BKPT SQLITE_IOERR_NOMEM31104 if( db->mallocFailed || rc==SQLITE_IOERR_NOMEM ){ in apiHandleError()35065 if( rc==SQLITE_IOERR_NOMEM ) return; in sqlite3SystemError()37983 return SQLITE_IOERR_NOMEM;38073 return SQLITE_IOERR_NOMEM;53150 if( pNew==0 ) return SQLITE_IOERR_NOMEM;63716 if( (rc&0xFF)==SQLITE_IOERR && rc!=SQLITE_IOERR_NOMEM ){81131 if( rc==SQLITE_NOMEM || rc==SQLITE_IOERR_NOMEM ) checkOom(pCheck);81328 if( rc==SQLITE_IOERR_NOMEM ) pCheck->rc = SQLITE_NOMEM;[all …]