Lines Matching defs:recv_reduction_delta
160 int32_t recv_reduction_delta;
180 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta);
181 *recv_reduction_ptr -= recv_reduction_delta;
183 *recv_window_size_ptr += recv_reduction_delta;
188 *recv_reduction_delta, because caller does not take into
190 *recv_window_size_ptr = recv_reduction_delta;
192 /* recv_reduction_delta must be paid from *delta_ptr, since it was
194 *delta_ptr -= recv_reduction_delta;
220 int32_t recv_reduction_delta;
236 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta);
237 *recv_reduction_ptr -= recv_reduction_delta;
239 *recv_window_size_ptr += recv_reduction_delta;
241 /* recv_reduction_delta must be paid from *delta_ptr, since it was
243 *delta_ptr -= recv_reduction_delta;