Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_ddict.c240 return ZSTD_getDictID_fromDict(ddict->dictContent, ddict->dictSize); in ZSTD_getDictID_fromDDict()
H A Dzstd_decompress.c1451 /*! ZSTD_getDictID_fromDict() :
1455 unsigned ZSTD_getDictID_fromDict(const void* dict, size_t dictSize) in ZSTD_getDictID_fromDict() function
/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h889 * ZSTD_getDictID_fromDict() - returns the dictionary id stored in a dictionary
897 unsigned int ZSTD_getDictID_fromDict(const void *dict, size_t dictSize);
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c2101 /*! ZSTD_getDictID_fromDict() :
2105 unsigned ZSTD_getDictID_fromDict(const void *dict, size_t dictSize) in ZSTD_getDictID_fromDict() function
2122 return ZSTD_getDictID_fromDict(ddict->dictContent, ddict->dictSize); in ZSTD_getDictID_fromDDict()
2515 EXPORT_SYMBOL(ZSTD_getDictID_fromDict); variable
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h893 /*! ZSTD_getDictID_fromDict() : Requires v1.4.0+
897 ZSTDLIB_API unsigned ZSTD_getDictID_fromDict(const void* dict, size_t dictSize);

Completed in 15 milliseconds