Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dnghttp2_helper.c157 int32_t *recv_reduction_ptr, in nghttp2_adjust_local_window_size() argument
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()
201 *recv_reduction_ptr > INT32_MAX + *delta_ptr) { in nghttp2_adjust_local_window_size()
210 *recv_reduction_ptr -= *delta_ptr; in nghttp2_adjust_local_window_size()
218 int32_t *recv_reduction_ptr, in nghttp2_increase_local_window_size() argument
236 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta); in nghttp2_increase_local_window_size()
237 *recv_reduction_ptr -= recv_reduction_delta; in nghttp2_increase_local_window_size()
Dnghttp2_helper.h89 int32_t *recv_reduction_ptr,
105 int32_t *recv_reduction_ptr,
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c157 int32_t *recv_reduction_ptr, in nghttp2_adjust_local_window_size() argument
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()
201 *recv_reduction_ptr > INT32_MAX + *delta_ptr) { in nghttp2_adjust_local_window_size()
210 *recv_reduction_ptr -= *delta_ptr; in nghttp2_adjust_local_window_size()
218 int32_t *recv_reduction_ptr, in nghttp2_increase_local_window_size() argument
236 recv_reduction_delta = nghttp2_min(*recv_reduction_ptr, delta); in nghttp2_increase_local_window_size()
237 *recv_reduction_ptr -= recv_reduction_delta; in nghttp2_increase_local_window_size()
Dnghttp2_helper.h89 int32_t *recv_reduction_ptr,
105 int32_t *recv_reduction_ptr,