Home
last modified time | relevance | path

Searched refs:ERR_enum (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/zstd/lib/common/
H A Derror_private.h45 typedef ZSTD_ErrorCode ERR_enum; typedef
58 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode()
69 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
H A Derror_private.c15 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString()