Searched refs:extraCSize (Results 1 – 2 of 2) sorted by relevance
1459 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize);
4628 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize) in ZSTD_CCtx_trace() argument4640 trace.compressedSize = cctx->producedCSize + extraCSize; in ZSTD_CCtx_trace()4648 (void)extraCSize; in ZSTD_CCtx_trace()