Searched defs:local_window_size (Results 1 - 10 of 10) sorted by relevance
| /third_party/nghttp2/tests/ |
| H A D | nghttp2_helper_test.c | 34 int32_t local_window_size = 100; in test_nghttp2_adjust_local_window_size() local [all...] |
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_helper.c | 248 int nghttp2_should_send_window_update(int32_t local_window_size, in nghttp2_should_send_window_update() argument
|
| H A D | nghttp2_stream.h | 208 int32_t local_window_size; member
|
| H A D | nghttp2_session.h | 340 int32_t local_window_size; member
|
| H A D | nghttp2_session.c | 5466 adjust_recv_window_size(int32_t *recv_window_size_ptr, size_t delta, int32_t local_window_size) adjust_recv_window_size() argument 5534 session_update_consumed_size(nghttp2_session *session, int32_t *consumed_size_ptr, int32_t *recv_window_size_ptr, uint8_t window_update_queued, int32_t stream_id, size_t delta_size, int32_t local_window_size) session_update_consumed_size() argument [all...] |
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_helper.c | 248 int nghttp2_should_send_window_update(int32_t local_window_size, in nghttp2_should_send_window_update() argument
|
| H A D | nghttp2_stream.h | 208 int32_t local_window_size; member
|
| H A D | nghttp2_session.h | 330 int32_t local_window_size; member
|
| H A D | nghttp2_session.c | 5461 adjust_recv_window_size(int32_t *recv_window_size_ptr, size_t delta, int32_t local_window_size) adjust_recv_window_size() argument 5529 session_update_consumed_size(nghttp2_session *session, int32_t *consumed_size_ptr, int32_t *recv_window_size_ptr, uint8_t window_update_queued, int32_t stream_id, size_t delta_size, int32_t local_window_size) session_update_consumed_size() argument [all...] |
| /third_party/curl/lib/ |
| H A D | http2.c | 191 uint32_t local_window_size; /* the local recv window size */ member
|
Completed in 24 milliseconds