Searched refs:ERR_getErrorString (Results 1 – 3 of 3) sorted by relevance
58 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */62 return ERR_getErrorString(ERR_getErrorCode(code)); in ERR_getErrorName()
15 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString() function
53 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()