Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v03.c589 static const char* ERR_strings[] = { ERROR_LIST(ERROR_GENERATE_STRING) }; variable
596 if (ERR_isError(code)) return ERR_strings[-(int)(code)]; in ERR_getErrorName()
Dzstd_v02.c587 static const char* ERR_strings[] = { ERROR_LIST(ERROR_GENERATE_STRING) }; variable
594 if (ERR_isError(code)) return ERR_strings[-(int)(code)]; in ERR_getErrorName()