Searched refs:extraCSize (Results 1 – 4 of 4) sorted by relevance
1611 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize);
5384 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize) in ZSTD_CCtx_trace() argument5396 trace.compressedSize = cctx->producedCSize + extraCSize; in ZSTD_CCtx_trace()5404 (void)extraCSize; in ZSTD_CCtx_trace()
1610 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize);
5383 void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize) in ZSTD_CCtx_trace() argument5395 trace.compressedSize = cctx->producedCSize + extraCSize; in ZSTD_CCtx_trace()5403 (void)extraCSize; in ZSTD_CCtx_trace()