Searched refs:ZSTD_sizeof_matchState (Results 1 – 1 of 1) sorted by relevance
669 static size_t ZSTD_sizeof_matchState(ZSTD_compressionParameters const* cParams, const U32 forCCtx) in ZSTD_sizeof_matchState() function699 size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 1); in ZSTD_estimateCCtxSize_usingCCtxParams()982 size_t const matchStateSize = ZSTD_sizeof_matchState(¶ms.cParams, /* forCCtx */ 1); in ZSTD_resetCCtx_internal()2598 … return sizeof(ZSTD_CDict) + HUF_WORKSPACE_SIZE + ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 0) in ZSTD_estimateCDictSize_advanced()2676 …size_t const workspaceSize = HUF_WORKSPACE_SIZE + ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 0… in ZSTD_createCDict_advanced()2746 size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, /* forCCtx */ 0); in ZSTD_initStaticCDict()