Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/decompress/
Dzstd_decompress.c429 RETURN_ERROR(prefix_unknown, ""); in ZSTD_getFrameHeader_advanced()
753 RETURN_ERROR(dstBuffer_null, ""); in ZSTD_copyRawBlock()
766 RETURN_ERROR(dstBuffer_null, ""); in ZSTD_setRleBlock()
837 RETURN_ERROR(corruption_detected, "invalid block type"); in ZSTD_decompressFrame()
1135 RETURN_ERROR(corruption_detected, "invalid block type"); in ZSTD_decompressContinue()
1200RETURN_ERROR(GENERIC, "impossible to reach"); /* some compiler require default to do something */ in ZSTD_decompressContinue()
1553 RETURN_ERROR(memory_allocation, "Failed to allocate memory for hash set!"); in ZSTD_DCtx_refDDict()
1650 RETURN_ERROR(parameter_unsupported, ""); in ZSTD_DCtx_getParameter()
1677RETURN_ERROR(parameter_unsupported, "Static dctx does not support multiple DDicts!"); in ZSTD_DCtx_setParameter()
1683 RETURN_ERROR(parameter_unsupported, ""); in ZSTD_DCtx_setParameter()
[all …]
Dzstd_decompress_block.c232 RETURN_ERROR(corruption_detected, "impossible"); in ZSTD_decodeLiteralsBlock()
573 RETURN_ERROR(GENERIC, "impossible"); in ZSTD_buildSeqTable()
/linux-5.19.10/lib/zstd/common/
Dzstd_internal.h98 #define RETURN_ERROR(err, ...) \ macro
/linux-5.19.10/lib/zstd/compress/
Dzstd_compress.c538 RETURN_ERROR(stage_wrong, "can only set params in ctx init stage"); in ZSTD_CCtx_setParameter()
580 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtx_setParameter()
761 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtxParams_setParameter()
825 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter()
827 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter()
829 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter()
866 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtxParams_getParameter()
4124 RETURN_ERROR(init_missing, "call ZSTD_initCStream() first!"); in ZSTD_compressStream_generic()
4296 RETURN_ERROR(srcBuffer_wrong, "ZSTD_c_stableInBuffer enabled but input differs!"); in ZSTD_checkBufferStability()
4298RETURN_ERROR(srcBuffer_wrong, "ZSTD_c_stableInBuffer can only be used with ZSTD_e_end!"); in ZSTD_checkBufferStability()
[all …]
Dzstd_compress_sequences.c283 default: assert(0); RETURN_ERROR(GENERIC, "impossible to reach"); in ZSTD_buildCTable()