Home
last modified time | relevance | path

Searched refs:ZDICT_getErrorName (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/lib/
H A Dzdict.h272 ZDICTLIB_API const char* ZDICT_getErrorName(size_t errorCode);
/freebsd/sys/contrib/zstd/programs/
H A Ddibio.c425 …DISPLAYLEVEL(1, "dictionary training failed : %s \n", ZDICT_getErrorName(dictSize)); /* should n… in DiB_trainFromFiles()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c100 const char* ZDICT_getErrorName(size_t errorCode) { return ERR_getErrorName(errorCode); } in ZDICT_getErrorName() function