Searched refs:ZSTD_sizeof_matchState (Results 1 – 1 of 1) sorted by relevance
1231 ZSTD_sizeof_matchState(const ZSTD_compressionParameters* const cParams, in ZSTD_sizeof_matchState() function1275 size_t const matchStateSize = ZSTD_sizeof_matchState(cParams, /* forCCtx */ 1); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()3564 + ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 0) in ZSTD_estimateCDictSize_advanced()3648 ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 0) + in ZSTD_createCDict_advanced_internal()3791 size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 0); in ZSTD_initStaticCDict()