Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_helper.c166 int32_t recv_reduction_delta; in nghttp2_adjust_local_window_size() local
186 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta); in nghttp2_adjust_local_window_size()
187 *recv_reduction_ptr -= recv_reduction_delta; in nghttp2_adjust_local_window_size()
189 *recv_window_size_ptr += recv_reduction_delta; in nghttp2_adjust_local_window_size()
196 *recv_window_size_ptr = recv_reduction_delta; in nghttp2_adjust_local_window_size()
200 *delta_ptr -= recv_reduction_delta; in nghttp2_adjust_local_window_size()
227 int32_t recv_reduction_delta; in nghttp2_increase_local_window_size() local
243 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta); in nghttp2_increase_local_window_size()
244 *recv_reduction_ptr -= recv_reduction_delta; in nghttp2_increase_local_window_size()
246 *recv_window_size_ptr += recv_reduction_delta; in nghttp2_increase_local_window_size()
[all …]

Completed in 3 milliseconds