Home
last modified time | relevance | path

Searched refs:JOB_ERROR (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c659 #define JOB_ERROR(e) { \ macro
677 if (cctx==NULL) JOB_ERROR(ERROR(memory_allocation)); in ZSTDMT_compressionJob()
680 if (dstBuff.start==NULL) JOB_ERROR(ERROR(memory_allocation)); in ZSTDMT_compressionJob()
684 JOB_ERROR(ERROR(memory_allocation)); in ZSTDMT_compressionJob()
700 if (ZSTD_isError(initError)) JOB_ERROR(initError); in ZSTDMT_compressionJob()
704 if (ZSTD_isError(forceWindowError)) JOB_ERROR(forceWindowError); in ZSTDMT_compressionJob()
708 if (ZSTD_isError(err)) JOB_ERROR(err); in ZSTDMT_compressionJob()
715 if (ZSTD_isError(initError)) JOB_ERROR(initError); in ZSTDMT_compressionJob()
723 if (ZSTD_isError(hSize)) JOB_ERROR(hSize); in ZSTDMT_compressionJob()
741 if (ZSTD_isError(cSize)) JOB_ERROR(cSize); in ZSTDMT_compressionJob()
[all …]