Searched defs:cdict (Results 1 – 4 of 4) sorted by relevance
1264 size_t ZSTD_CCtx_refCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict) in ZSTD_CCtx_refCDict()2235 static int ZSTD_shouldAttachDict(const ZSTD_CDict* cdict, in ZSTD_shouldAttachDict()2252 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byAttachingCDict()2329 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_byCopyingCDict()2414 const ZSTD_CDict* cdict, in ZSTD_resetCCtx_usingCDict()5156 const ZSTD_CDict* cdict, in ZSTD_compressBegin_internal()5200 const ZSTD_CDict* cdict, in ZSTD_compressBegin_advanced_internal()5428 size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict) in ZSTD_sizeof_CDict()5438 ZSTD_CDict* cdict, in ZSTD_initCDict_internal()5509 ZSTD_CDict* cdict; in ZSTD_createCDict_advanced_internal() local[all …]
58 ZSTD_CDict* cdict; member525 const ZSTD_CDict* cdict; member
183 size_t zstd_free_cdict(zstd_cdict *cdict) in zstd_free_cdict()199 const ZSTD_CDict *cdict) in zstd_compress_using_cdict()
19 zstd_cdict *cdict; member