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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c153 size_t currDictID = ZSTD_getDictID_fromDDict(hashSet->ddictPtrTable[idx]); local
154 if (currDictID == dictID || currDictID == 0) {
155 /* currDictID == 0 implies a NULL ddict entry */

Completed in 140 milliseconds