Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h910 * ZSTD_getDictID_fromFrame() - returns the dictionary id stored in a zstd frame
921 unsigned int ZSTD_getDictID_fromFrame(const void *src, size_t srcSize);
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h911 /*! ZSTD_getDictID_fromFrame() : Requires v1.4.0+
921 ZSTDLIB_API unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize);
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c2125 /*! ZSTD_getDictID_fromFrame() :
2135 unsigned ZSTD_getDictID_fromFrame(const void *src, size_t srcSize) in ZSTD_getDictID_fromFrame() function
2517 EXPORT_SYMBOL(ZSTD_getDictID_fromFrame); variable
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c1462 /*! ZSTD_getDictID_fromFrame() :
1475 unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize) in ZSTD_getDictID_fromFrame() function

Completed in 14 milliseconds