Home
last modified time | relevance | path

Searched refs:NGHTTP2_MAX_WINDOW_SIZE (Results 1 - 12 of 12) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_helper.c174 if (*local_window_size_ptr > NGHTTP2_MAX_WINDOW_SIZE - delta) { in nghttp2_adjust_local_window_size()
229 if (*local_window_size_ptr > NGHTTP2_MAX_WINDOW_SIZE - delta) { in nghttp2_increase_local_window_size()
H A Dnghttp2_stream.c566 new_window_size > NGHTTP2_MAX_WINDOW_SIZE) { in update_initial_window_size()
H A Dnghttp2_frame.c1118 if (iv[i].value > (uint32_t)NGHTTP2_MAX_WINDOW_SIZE) { in nghttp2_iv_check()
H A Dnghttp2_session.c4826 if (entry->value > NGHTTP2_MAX_WINDOW_SIZE) { in nghttp2_session_on_settings_received()
5148 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_connection_window_update_received()
5181 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_stream_window_update_received()
5463 * recv_window_size is strictly larger than NGHTTP2_MAX_WINDOW_SIZE,
5469 *recv_window_size_ptr > NGHTTP2_MAX_WINDOW_SIZE - (int32_t)delta) { in adjust_recv_window_size()
5543 if ((size_t)*consumed_size_ptr > NGHTTP2_MAX_WINDOW_SIZE - delta_size) { in session_update_consumed_size()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c174 if (*local_window_size_ptr > NGHTTP2_MAX_WINDOW_SIZE - delta) { in nghttp2_adjust_local_window_size()
229 if (*local_window_size_ptr > NGHTTP2_MAX_WINDOW_SIZE - delta) { in nghttp2_increase_local_window_size()
H A Dnghttp2_stream.c566 new_window_size > NGHTTP2_MAX_WINDOW_SIZE) { in update_initial_window_size()
H A Dnghttp2_frame.c1118 if (iv[i].value > (uint32_t)NGHTTP2_MAX_WINDOW_SIZE) { in nghttp2_iv_check()
H A Dnghttp2_session.c4821 if (entry->value > NGHTTP2_MAX_WINDOW_SIZE) { in nghttp2_session_on_settings_received()
5143 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_connection_window_update_received()
5176 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_stream_window_update_received()
5458 * recv_window_size is strictly larger than NGHTTP2_MAX_WINDOW_SIZE,
5464 *recv_window_size_ptr > NGHTTP2_MAX_WINDOW_SIZE - (int32_t)delta) { in adjust_recv_window_size()
5538 if ((size_t)*consumed_size_ptr > NGHTTP2_MAX_WINDOW_SIZE - delta_size) { in session_update_consumed_size()
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c692 iv[1].value = NGHTTP2_MAX_WINDOW_SIZE; in test_nghttp2_iv_check()
696 iv[1].value = (uint32_t)NGHTTP2_MAX_WINDOW_SIZE + 1; in test_nghttp2_iv_check()
H A Dnghttp2_session_test.c3858 iv[0].value = NGHTTP2_MAX_WINDOW_SIZE; in test_nghttp2_session_on_settings_received()
3863 /* Now window size gets NGHTTP2_MAX_WINDOW_SIZE + 1, which is in test_nghttp2_session_on_settings_received()
6085 iv[6].value = (uint32_t)NGHTTP2_MAX_WINDOW_SIZE + 1; in test_nghttp2_submit_settings()
6261 stream->local_window_size = NGHTTP2_MAX_WINDOW_SIZE; in test_nghttp2_submit_settings_update_local_window_size()
6491 NGHTTP2_MAX_WINDOW_SIZE)); in test_nghttp2_submit_window_update_local_window_size()
6528 NGHTTP2_MAX_WINDOW_SIZE)); in test_nghttp2_submit_window_update_local_window_size()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h194 #define NGHTTP2_MAX_WINDOW_SIZE ((int32_t)((1U << 31) - 1)) macro
4388 * size becomes strictly larger than NGHTTP2_MAX_WINDOW_SIZE,
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h194 #define NGHTTP2_MAX_WINDOW_SIZE ((int32_t)((1U << 31) - 1)) macro
4372 * size becomes strictly larger than NGHTTP2_MAX_WINDOW_SIZE,

Completed in 51 milliseconds