Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dzstd_errors.h88 ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /**< Same as ZSTD_getError…
Dzstd_common.c49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() function
/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c70 count, ZSTD_getErrorString(error_code)); in print_summary()
/external/zstd/tests/
Dfuzzer.c2943 …if (strcmp("No error detected", ZSTD_getErrorString(ZSTD_error_no_error)) != 0) goto _output_error; in basicUnitTests()
2944 …if (strcmp("Unspecified error code", ZSTD_getErrorString((ZSTD_ErrorCode)(0-ZSTD_error_GENERIC))) … in basicUnitTests()
2946 if (strcmp("Error (generic)", ZSTD_getErrorString(ZSTD_error_GENERIC)) != 0) goto _output_error; in basicUnitTests()