Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress.c445 RETURN_ERROR(prefix_unknown, ""); in ZSTD_getFrameHeader_advanced()
799 RETURN_ERROR(dstBuffer_null, ""); in ZSTD_copyRawBlock()
812 RETURN_ERROR(dstBuffer_null, ""); in ZSTD_setRleBlock()
902 RETURN_ERROR(corruption_detected, "invalid block type"); in ZSTD_decompressFrame()
1200 RETURN_ERROR(corruption_detected, "invalid block type"); in ZSTD_decompressContinue()
1265RETURN_ERROR(GENERIC, "impossible to reach"); /* some compiler require default to do something */ in ZSTD_decompressContinue()
1618 RETURN_ERROR(memory_allocation, "Failed to allocate memory for hash set!"); in ZSTD_DCtx_refDDict()
1715 RETURN_ERROR(parameter_unsupported, ""); in ZSTD_DCtx_getParameter()
1742RETURN_ERROR(parameter_unsupported, "Static dctx does not support multiple DDicts!"); in ZSTD_DCtx_setParameter()
1748 RETURN_ERROR(parameter_unsupported, ""); in ZSTD_DCtx_setParameter()
[all …]
Dzstd_decompress_block.c308 RETURN_ERROR(corruption_detected, "impossible"); in ZSTD_decodeLiteralsBlock()
649 RETURN_ERROR(GENERIC, "impossible"); in ZSTD_buildSeqTable()
/linux-6.6.21/lib/zstd/common/
Derror_private.h116 #define RETURN_ERROR(err, ...) \ macro
/linux-6.6.21/lib/zstd/compress/
Dzstd_compress.c628 RETURN_ERROR(stage_wrong, "can only set params in ctx init stage"); in ZSTD_CCtx_setParameter()
673 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtx_setParameter()
869 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtxParams_setParameter()
933 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter()
935 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter()
937 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter()
983 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtxParams_getParameter()
5240 RETURN_ERROR(init_missing, "call ZSTD_initCStream() first!"); in ZSTD_compressStream_generic()
5412 RETURN_ERROR(srcBuffer_wrong, "ZSTD_c_stableInBuffer enabled but input differs!"); in ZSTD_checkBufferStability()
5414RETURN_ERROR(srcBuffer_wrong, "ZSTD_c_stableInBuffer can only be used with ZSTD_e_end!"); in ZSTD_checkBufferStability()
[all …]
Dzstd_compress_sequences.c286 default: assert(0); RETURN_ERROR(GENERIC, "impossible to reach"); in ZSTD_buildCTable()