Home
last modified time | relevance | path

Searched refs:ZSTD_getDictID_fromDict (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dzstd.h897 unsigned int ZSTD_getDictID_fromDict(const void *dict, size_t dictSize);
/linux-4.19.296/lib/zstd/
Ddecompress.c2104 unsigned ZSTD_getDictID_fromDict(const void *dict, size_t dictSize) in ZSTD_getDictID_fromDict() function
2121 return ZSTD_getDictID_fromDict(ddict->dictContent, ddict->dictSize); in ZSTD_getDictID_fromDDict()
2512 EXPORT_SYMBOL(ZSTD_getDictID_fromDict);