Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c585 static const char* ERR_strings[] = { ERROR_LIST(ERROR_GENERATE_STRING) }; variable
592 if (ERR_isError(code)) return ERR_strings[-(int)(code)]; in ERR_getErrorName()
H A Dzstd_v02.c583 static const char* ERR_strings[] = { ERROR_LIST(ERROR_GENERATE_STRING) }; variable
590 if (ERR_isError(code)) return ERR_strings[-(int)(code)]; in ERR_getErrorName()