Home
last modified time | relevance | path

Searched refs:producedCSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1632 fp.produced = cctx->producedCSize; in ZSTD_getFrameProgression()
1633 …fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming… in ZSTD_getFrameProgression()
1922 zc->producedCSize = 0; in ZSTD_resetCCtx_internal()
4157 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()
4640 trace.compressedSize = cctx->producedCSize + extraCSize; in ZSTD_CCtx_trace()
5604 cctx->producedCSize = 0; in ZSTD_CCtx_init_compressStream2()
5667 cctx->producedCSize += (U64)(output->pos - opos); in ZSTD_compressStream2()
H A Dzstd_compress_internal.h378 unsigned long long producedCSize; member
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h248 unsigned long long producedCSize; member
H A Dzstd_compress.c1248 fp.produced = cctx->producedCSize; in ZSTD_getFrameProgression()
1249 …fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming… in ZSTD_getFrameProgression()
1518 zc->producedCSize = 0; in ZSTD_resetCCtx_internal()
2778 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()