Home
last modified time | relevance | path

Searched refs:ERR_getErrorString (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Derror_private.h70 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
74 return ERR_getErrorString(ERR_getErrorCode(code)); in ERR_getErrorName()
H A Derror_private.c16 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString() function
H A Dzstd_common.c50 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
/freebsd/sys/contrib/zstd/lib/common/
H A Derror_private.h71 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
75 return ERR_getErrorString(ERR_getErrorCode(code)); in ERR_getErrorName()
H A Derror_private.c15 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString() function
H A Dzstd_common.c49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h71 #define ERR_getErrorString zfs_ERR_getErrorString macro