Searched refs:ERR_getErrorString (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Derror_private.h69 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
73 return ERR_getErrorString(ERR_getErrorCode(code));
H A Derror_private.c15 const char* ERR_getErrorString(ERR_enum code) function
H A Dzstd_common.c49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); }
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h51 #define ERR_getErrorString zfs_ERR_getErrorString macro
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c823 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
827 return ERR_getErrorString(ERR_getErrorCode(code));
2710 const char* ERR_getErrorString(ERR_enum code) function
7366 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); }
[all...]

Completed in 240 milliseconds