Searched refs:expectedInBuffer (Results 1 – 2 of 2) sorted by relevance
6195 cctx->expectedInBuffer = *input; in ZSTD_setBufferExpectations()6211 ZSTD_inBuffer const expect = cctx->expectedInBuffer; in ZSTD_checkBufferStability()6312 …RETURN_ERROR_IF(input->src != cctx->expectedInBuffer.src, stabilityCondition_notRespected, "stable… in ZSTD_compressStream2()6313 …RETURN_ERROR_IF(input->pos != cctx->expectedInBuffer.size, stabilityCondition_notRespected, "stabl… in ZSTD_compressStream2()6318 cctx->expectedInBuffer = *input; in ZSTD_compressStream2()7433 return stableInput ? zcs->expectedInBuffer : nullInput; in inBuffer_forEndFlush()
519 ZSTD_inBuffer expectedInBuffer; member