Searched refs:expectedInBuffer (Results 1 – 4 of 4) sorted by relevance
412 ZSTD_inBuffer expectedInBuffer; member
5519 cctx->expectedInBuffer = *input; in ZSTD_setBufferExpectations()5535 ZSTD_inBuffer const expect = cctx->expectedInBuffer; in ZSTD_checkBufferStability()
6316 cctx->expectedInBuffer = *input; in ZSTD_setBufferExpectations()6332 ZSTD_inBuffer const expect = cctx->expectedInBuffer; in ZSTD_checkBufferStability()6469 …RETURN_ERROR_IF(input->src != cctx->expectedInBuffer.src, stabilityCondition_notRespected, "stable… in ZSTD_compressStream2()6470 …RETURN_ERROR_IF(input->pos != cctx->expectedInBuffer.size, stabilityCondition_notRespected, "stabl… in ZSTD_compressStream2()6475 cctx->expectedInBuffer = *input; in ZSTD_compressStream2()7643 return stableInput ? zcs->expectedInBuffer : nullInput; in inBuffer_forEndFlush()
522 ZSTD_inBuffer expectedInBuffer; member