Searched refs:ZSTD_getDictID_fromDDict (Results 1 – 3 of 3) sorted by relevance
237 unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict* ddict) in ZSTD_getDictID_fromDDict() function
98 const U32 dictID = ZSTD_getDictID_fromDDict(ddict); in ZSTD_DDictHashSet_emplaceDDict()105 if (ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]) == dictID) { in ZSTD_DDictHashSet_emplaceDDict()153 size_t currDictID = ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]); in ZSTD_DDictHashSet_getDDict()202 …dding dict ID: %u to hashset with - Count: %zu Tablesize: %zu", ZSTD_getDictID_fromDDict(ddict), h… in ZSTD_DDictHashSet_addDDict()
909 ZSTDLIB_API unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict* ddict);