Searched refs:stableIn_notConsumed (Results 1 – 2 of 2) sorted by relevance
5977 return cctx->blockSizeMax - cctx->stableIn_notConsumed; in ZSTD_nextInputSizeHint()6006 assert(input->pos >= zcs->stableIn_notConsumed); in ZSTD_compressStream_generic()6007 input->pos -= zcs->stableIn_notConsumed; in ZSTD_compressStream_generic()6008 if (ip) ip -= zcs->stableIn_notConsumed; in ZSTD_compressStream_generic()6009 zcs->stableIn_notConsumed = 0; in ZSTD_compressStream_generic()6071 zcs->stableIn_notConsumed = (size_t)(iend - ip); in ZSTD_compressStream_generic()6306 size_t const totalInputSize = inputSize + cctx->stableIn_notConsumed; in ZSTD_compressStream2()6310 if (cctx->stableIn_notConsumed) { /* not the first time */ in ZSTD_compressStream2()6320 cctx->stableIn_notConsumed += inputSize; in ZSTD_compressStream2()
520 …size_t stableIn_notConsumed; /* nb bytes within stable input buffer that are said to be consumed b… member