Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dentropy_common.c35 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName() function
H A Dhuf.h77 HUF_PUBLIC_API const char* HUF_getErrorName(size_t code); /**< provides error code string (useful …
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h130 #define HUF_getErrorName zfs_HUF_getErrorName macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2236 HUF_PUBLIC_API const char* HUF_getErrorName(size_t code); /**< provides error code string (useful …
2512 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName() function