Home
last modified time | relevance | path

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

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