Home
last modified time | relevance | path

Searched defs:ZSTD_getErrorString (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_common.c49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() function
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_common.c49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() function
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h94 #define ZSTD_getErrorString zfs_ZSTD_getErrorString macro