Searched refs:pledgedSrcSizePlusOne (Results 1 – 2 of 2) sorted by relevance
1171 cctx->pledgedSrcSizePlusOne = pledgedSrcSize+1; in ZSTD_CCtx_setPledgedSrcSize()1308 cctx->pledgedSrcSizePlusOne = 0; in ZSTD_CCtx_reset()2120 zc->pledgedSrcSizePlusOne = pledgedSrcSize+1; in ZSTD_resetCCtx_internal()4754 if (cctx->pledgedSrcSizePlusOne != 0) { /* control src size */ in ZSTD_compressContinue_internal()4757 cctx->consumedSrcSize+1 > cctx->pledgedSrcSizePlusOne, in ZSTD_compressContinue_internal()4760 (unsigned)cctx->pledgedSrcSizePlusOne-1, in ZSTD_compressContinue_internal()5312 if (cctx->pledgedSrcSizePlusOne != 0) { /* control src size */ in ZSTD_compressEnd_public()5316 cctx->pledgedSrcSizePlusOne != cctx->consumedSrcSize+1, in ZSTD_compressEnd_public()5319 (unsigned)cctx->pledgedSrcSizePlusOne-1, in ZSTD_compressEnd_public()6253 ¶ms, cctx->pledgedSrcSizePlusOne-1, in ZSTD_CCtx_init_compressStream2()[all …]
482 unsigned long long pledgedSrcSizePlusOne; /* this way, 0 (default) == unknown */ member