Searched refs:RETURN_ERROR (Results 1 – 7 of 7) sorted by relevance
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_decompress.c | 264 RETURN_ERROR(prefix_unknown, ""); in ZSTD_getFrameHeader_advanced() 584 RETURN_ERROR(dstBuffer_null, ""); in ZSTD_copyRawBlock() 597 RETURN_ERROR(dstBuffer_null, ""); in ZSTD_setRleBlock() 660 RETURN_ERROR(corruption_detected, "invalid block type"); in ZSTD_decompressFrame() 974 RETURN_ERROR(corruption_detected, "invalid block type"); in ZSTD_decompressContinue() 1034 …RETURN_ERROR(GENERIC, "impossible to reach"); /* some compiler require default to do something */ in ZSTD_decompressContinue() 1458 RETURN_ERROR(parameter_unsupported, ""); in ZSTD_DCtx_setParameter() 1551 RETURN_ERROR(dstBuffer_wrong, "ZSTD_obm_stable enabled but output differs!"); in ZSTD_checkOutBuffer() 1700 … RETURN_ERROR(dstSize_tooSmall, "ZSTD_obm_stable passed but ZSTD_outBuffer is too small"); in ZSTD_decompressStream() 1827 …RETURN_ERROR(GENERIC, "impossible to reach"); /* some compiler require default to do something */ in ZSTD_decompressStream()
|
H A D | zstd_internal.h | 106 #define RETURN_ERROR(err, ...) \ macro
|
H A D | zstd_compress.c | 489 RETURN_ERROR(stage_wrong, "can only set params in ctx init stage"); in ZSTD_CCtx_setParameter() 526 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtx_setParameter() 710 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtxParams_setParameter() 777 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter() 785 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter() 792 RETURN_ERROR(parameter_unsupported, "not compiled with multithreading"); in ZSTD_CCtxParams_getParameter() 818 default: RETURN_ERROR(parameter_unsupported, "unknown parameter"); in ZSTD_CCtxParams_getParameter() 3829 RETURN_ERROR(init_missing, "call ZSTD_initCStream() first!"); in ZSTD_compressStream_generic() 4079 RETURN_ERROR(dstSize_tooSmall, ""); in ZSTD_compress2()
|
H A D | zstd_compress_sequences.c | 263 default: assert(0); RETURN_ERROR(GENERIC, "impossible to reach"); in ZSTD_buildCTable()
|
H A D | zstd_decompress_block.c | 232 RETURN_ERROR(corruption_detected, "impossible"); in ZSTD_decodeLiteralsBlock() 476 RETURN_ERROR(GENERIC, "impossible"); in ZSTD_buildSeqTable()
|
/reactos/boot/environ/include/efi/ |
H A D | UefiBaseType.h | 165 #define EFI_ERROR(A) RETURN_ERROR(A)
|
H A D | Base.h | 751 #define RETURN_ERROR(StatusCode) (((INTN)(RETURN_STATUS)(StatusCode)) < 0) macro
|