Searched refs:ZDICT_getErrorName (Results 1 – 3 of 3) sorted by relevance
272 ZDICTLIB_API const char* ZDICT_getErrorName(size_t errorCode);
425 …DISPLAYLEVEL(1, "dictionary training failed : %s \n", ZDICT_getErrorName(dictSize)); /* should n… in DiB_trainFromFiles()
100 const char* ZDICT_getErrorName(size_t errorCode) { return ERR_getErrorName(errorCode); } in ZDICT_getErrorName() function