Searched refs:ZSTD_getDictID_fromDict (Results 1 – 4 of 4) sorted by relevance
243 return ZSTD_getDictID_fromDict(ddict->dictContent, ddict->dictSize); in ZSTD_getDictID_fromDDict()
1235 unsigned ZSTD_getDictID_fromDict(const void* dict, size_t dictSize) in ZSTD_getDictID_fromDict() function
897 ZSTDLIB_API unsigned ZSTD_getDictID_fromDict(const void* dict, size_t dictSize);
1886 { U32 const did = ZSTD_getDictID_fromDict(dictBuffer, dictSize); in basicUnitTests()1921 … assert(ZSTD_getDictID_fromDict(dictBuffer, dictSize) == ZSTD_getDictID_fromCDict(cdict)); in basicUnitTests()