Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dzstd_errors.h85 ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /**< Same as ZSTD_getError…
H A Dzstd_common.c47 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() function
/freebsd-12.1/sys/contrib/zstd/tests/
H A Dsymbols.c115 &ZSTD_getErrorString,
H A Dfuzzer.c1259 …if (strcmp("No error detected", ZSTD_getErrorString(ZSTD_error_no_error)) != 0) goto _output_error; in basicUnitTests()
1260 …if (strcmp("Unspecified error code", ZSTD_getErrorString((ZSTD_ErrorCode)(0-ZSTD_error_GENERIC))) … in basicUnitTests()
1262 if (strcmp("Error (generic)", ZSTD_getErrorString(ZSTD_error_GENERIC)) != 0) goto _output_error; in basicUnitTests()