Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dhuf.h31 const char* HUF_getErrorName(size_t code); /**< provides error code string (useful for debugging) …
H A Dentropy_common.c36 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName() function
/freebsd/sys/contrib/zstd/lib/common/
H A Dhuf.h30 const char* HUF_getErrorName(size_t code); /**< provides error code string (useful for debugging) …
H A Dentropy_common.c35 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName() function
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h69 #define HUF_getErrorName zfs_HUF_getErrorName macro