Searched refs:consumedSrcSize (Results 1 – 4 of 4) sorted by relevance
1630 fp.ingested = cctx->consumedSrcSize + buffered; in ZSTD_getFrameProgression()1631 fp.consumed = cctx->consumedSrcSize; in ZSTD_getFrameProgression()1921 zc->consumedSrcSize = 0; in ZSTD_resetCCtx_internal()4156 cctx->consumedSrcSize += srcSize; in ZSTD_compressContinue_internal()4162 cctx->consumedSrcSize+1 > cctx->pledgedSrcSizePlusOne, in ZSTD_compressContinue_internal()4166 (unsigned)cctx->consumedSrcSize); in ZSTD_compressContinue_internal()4639 trace.uncompressedSize = cctx->consumedSrcSize; in ZSTD_CCtx_trace()4668 cctx->pledgedSrcSizePlusOne != cctx->consumedSrcSize+1, in ZSTD_compressEnd()4672 (unsigned)cctx->consumedSrcSize); in ZSTD_compressEnd()5603 cctx->consumedSrcSize = 0; in ZSTD_CCtx_init_compressStream2()[all …]
377 unsigned long long consumedSrcSize; member
1882 fp.ingested = cctx->consumedSrcSize + buffered; in ZSTD_getFrameProgression()1883 fp.consumed = cctx->consumedSrcSize; in ZSTD_getFrameProgression()2196 zc->consumedSrcSize = 0; in ZSTD_resetCCtx_internal()4603 S64 savings = (S64)cctx->consumedSrcSize - (S64)cctx->producedCSize; in ZSTD_compress_frameChunk()4838 cctx->consumedSrcSize += srcSize; in ZSTD_compressContinue_internal()4844 cctx->consumedSrcSize+1 > cctx->pledgedSrcSizePlusOne, in ZSTD_compressContinue_internal()4848 (unsigned)cctx->consumedSrcSize); in ZSTD_compressContinue_internal()5395 trace.uncompressedSize = cctx->consumedSrcSize; in ZSTD_CCtx_trace()5424 cctx->pledgedSrcSizePlusOne != cctx->consumedSrcSize+1, in ZSTD_compressEnd_public()5428 (unsigned)cctx->consumedSrcSize); in ZSTD_compressEnd_public()[all …]
486 unsigned long long consumedSrcSize; member