Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress.c457 RETURN_ERROR(prefix_unknown, in ZSTD_getFrameHeader_advanced()
477 RETURN_ERROR(prefix_unknown, ""); in ZSTD_getFrameHeader_advanced()
877 RETURN_ERROR(dstBuffer_null, ""); in ZSTD_copyRawBlock()
890 RETURN_ERROR(dstBuffer_null, ""); in ZSTD_setRleBlock()
985 RETURN_ERROR(corruption_detected, "invalid block type"); in ZSTD_decompressFrame()
1290 RETURN_ERROR(corruption_detected, "invalid block type"); in ZSTD_decompressContinue()
1356RETURN_ERROR(GENERIC, "impossible to reach"); /* some compilers require default to do something … in ZSTD_decompressContinue()
1714 RETURN_ERROR(memory_allocation, "Failed to allocate memory for hash set!"); in ZSTD_DCtx_refDDict()
1826 RETURN_ERROR(parameter_unsupported, ""); in ZSTD_DCtx_getParameter()
1853RETURN_ERROR(parameter_unsupported, "Static dctx does not support multiple DDicts!"); in ZSTD_DCtx_setParameter()
[all …]
H A Dzstd_decompress_block.c338 RETURN_ERROR(corruption_detected, "impossible"); in ZSTD_decodeLiteralsBlock()
692 RETURN_ERROR(GENERIC, "impossible"); in ZSTD_buildSeqTable()
/linux/lib/zstd/common/
H A Derror_private.h123 #define RETURN_ERROR(err, ...) \ macro
/linux/lib/zstd/compress/
H A Dzstd_compress.c697 RETURN_ERROR(stage_wrong, "can only set params in cctx init stage"); in ZSTD_CCtx_setParameter()
747 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtx_setParameter()
973 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtxParams_setParameter()
1037 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter()
1039 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter()
1041 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter()
1102 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtxParams_getParameter()
6029 RETURN_ERROR(init_missing, "call ZSTD_initCStream() first!"); in ZSTD_compressStream_generic()
6213RETURN_ERROR(stabilityCondition_notRespected, "ZSTD_c_stableInBuffer enabled but input differs!"); in ZSTD_checkBufferStability()
6219RETURN_ERROR(stabilityCondition_notRespected, "ZSTD_c_stableOutBuffer enabled but output size diff… in ZSTD_checkBufferStability()
[all …]
H A Dzstd_compress_sequences.c287 default: assert(0); RETURN_ERROR(GENERIC, "impossible to reach"); in ZSTD_buildCTable()