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

/linux-master/include/linux/
H A Dzstd_lib.h265 * Note: When compressing with a ZSTD_CDict these parameters are superseded
266 * by the parameters used to construct the ZSTD_CDict.
835 typedef struct ZSTD_CDict_s ZSTD_CDict; typedef in typeref:struct:ZSTD_CDict_s
842 * ZSTD_CDict can be created once and shared by multiple threads concurrently, since its usage is read-only.
843 * @dictBuffer can be released after ZSTD_CDict creation, because its content is copied within CDict.
845 * Note 2 : A ZSTD_CDict can be created from an empty @dictBuffer,
848 * expecting a ZSTD_CDict parameter with any data, including those without a known dictionary. */
849 ZSTDLIB_API ZSTD_CDict* ZSTD_createCDict(const void* dictBuffer, size_t dictSize,
855 ZSTDLIB_API size_t ZSTD_freeCDict(ZSTD_CDict* CDict);
865 const ZSTD_CDict* cdic
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c87 }; /* typedef'd to ZSTD_CDict within "zstd.h" */
1103 size_t ZSTD_CCtx_refCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict)
1946 static int ZSTD_shouldAttachDict(const ZSTD_CDict* cdict,
1963 const ZSTD_CDict* cdict,
2023 const ZSTD_CDict* cdict,
2105 const ZSTD_CDict* cdict,
4402 const ZSTD_CDict* cdict,
4446 const ZSTD_CDict* cdict,
4643 DEBUGLOG(5, "sizeof(ZSTD_CDict) : %u", (unsigned)sizeof(ZSTD_CDict));
[all...]
H A Dzstd_compress_internal.h56 ZSTD_CDict* cdict;
411 const ZSTD_CDict* cdict;
1342 const ZSTD_CDict* cdict,
1349 ZSTD_compressionParameters ZSTD_getCParamsFromCDict(const ZSTD_CDict* cdict);
1357 const ZSTD_CDict* cdict,

Completed in 314 milliseconds