Searched refs:ZDICT_getDictID (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dsymbols.c141 &ZDICT_getDictID,
H A Dfuzzer.c716 dictID = ZDICT_getDictID(dictBuffer, dictSize);
975 dictID = ZDICT_getDictID(dictBuffer, dictSize);
989 dictID = ZDICT_getDictID(dictBuffer, optDictSize);
H A Dzstreamtest.c247 dictID = ZDICT_getDictID(dictionary.start, dictionary.filled);
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.h59 ZDICTLIB_API unsigned ZDICT_getDictID(const void* dictBuffer, size_t dictSize); /**< extracts dictID; @return zero if error (not a valid dictionary) */
H A Dzdict.c95 unsigned ZDICT_getDictID(const void* dictBuffer, size_t dictSize) function

Completed in 184 milliseconds