Searched refs:recv_reduction_ptr (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_helper.c | 157 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()
|
D | nghttp2_helper.h | 89 int32_t *recv_reduction_ptr, 105 int32_t *recv_reduction_ptr,
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_helper.c | 157 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()
|
D | nghttp2_helper.h | 89 int32_t *recv_reduction_ptr, 105 int32_t *recv_reduction_ptr,
|