Home
last modified time | relevance | path

Searched refs:recv_reduction_delta (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_helper.c160 int32_t recv_reduction_delta; in nghttp2_adjust_local_window_size() local
180 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta); in nghttp2_adjust_local_window_size()
181 *recv_reduction_ptr -= recv_reduction_delta; in nghttp2_adjust_local_window_size()
183 *recv_window_size_ptr += recv_reduction_delta; in nghttp2_adjust_local_window_size()
188 *recv_reduction_delta, because caller does not take into in nghttp2_adjust_local_window_size()
190 *recv_window_size_ptr = recv_reduction_delta; in nghttp2_adjust_local_window_size()
192 /* recv_reduction_delta must be paid from *delta_ptr, since it was in nghttp2_adjust_local_window_size()
194 *delta_ptr -= recv_reduction_delta; in nghttp2_adjust_local_window_size()
220 int32_t recv_reduction_delta; in nghttp2_increase_local_window_size() local
236 recv_reduction_delta in nghttp2_increase_local_window_size()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c160 int32_t recv_reduction_delta; in nghttp2_adjust_local_window_size() local
180 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta); in nghttp2_adjust_local_window_size()
181 *recv_reduction_ptr -= recv_reduction_delta; in nghttp2_adjust_local_window_size()
183 *recv_window_size_ptr += recv_reduction_delta; in nghttp2_adjust_local_window_size()
188 *recv_reduction_delta, because caller does not take into in nghttp2_adjust_local_window_size()
190 *recv_window_size_ptr = recv_reduction_delta; in nghttp2_adjust_local_window_size()
192 /* recv_reduction_delta must be paid from *delta_ptr, since it was in nghttp2_adjust_local_window_size()
194 *delta_ptr -= recv_reduction_delta; in nghttp2_adjust_local_window_size()
220 int32_t recv_reduction_delta; in nghttp2_increase_local_window_size() local
236 recv_reduction_delta in nghttp2_increase_local_window_size()
[all...]

Completed in 2 milliseconds