Searched refs:ERR_enum (Results 1 – 4 of 4) sorted by relevance
47 typedef ZSTD_ErrorCode ERR_enum; typedef60 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode()71 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
15 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString()
42 typedef ZSTD_ErrorCode ERR_enum; typedef55 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode()71 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
16 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString()