Searched refs:inputSize (Results 1 – 2 of 2) sorted by relevance
1162 static size_t ZSTD_nextSrcSizeToDecompressWithInputSize(ZSTD_DCtx* dctx, size_t inputSize) { in ZSTD_nextSrcSizeToDecompressWithInputSize() argument1167 return BOUNDED(1, inputSize, dctx->expected); in ZSTD_nextSrcSizeToDecompressWithInputSize()
6305 size_t const inputSize = input->size - input->pos; /* no obligation to start from pos==0 */ in ZSTD_compressStream2() local6306 size_t const totalInputSize = inputSize + cctx->stableIn_notConsumed; in ZSTD_compressStream2()6320 cctx->stableIn_notConsumed += inputSize; in ZSTD_compressStream2()