Searched refs:NGHTTP2_MAX_FRAME_SIZE_MIN (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 46 #define NGHTTP2_MAX_FRAME_SIZE_MIN (1 << 14) macro 56 #define NGHTTP2_DATA_PAYLOADLEN NGHTTP2_MAX_FRAME_SIZE_MIN
|
H A D | nghttp2_frame.c | 1123 if (iv[i].value < NGHTTP2_MAX_FRAME_SIZE_MIN || in nghttp2_iv_check()
|
H A D | nghttp2_session.c | 401 settings->max_frame_size = NGHTTP2_MAX_FRAME_SIZE_MIN; in init_settings() 4849 if (entry->value < NGHTTP2_MAX_FRAME_SIZE_MIN || in nghttp2_session_on_settings_received()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 46 #define NGHTTP2_MAX_FRAME_SIZE_MIN (1 << 14) macro 56 #define NGHTTP2_DATA_PAYLOADLEN NGHTTP2_MAX_FRAME_SIZE_MIN
|
H A D | nghttp2_frame.c | 1123 if (iv[i].value < NGHTTP2_MAX_FRAME_SIZE_MIN || in nghttp2_iv_check()
|
H A D | nghttp2_session.c | 401 settings->max_frame_size = NGHTTP2_MAX_FRAME_SIZE_MIN; in init_settings() 4844 if (entry->value < NGHTTP2_MAX_FRAME_SIZE_MIN || in nghttp2_session_on_settings_received()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 721 iv[0].value = NGHTTP2_MAX_FRAME_SIZE_MIN - 1; in test_nghttp2_iv_check() 731 iv[0].value = NGHTTP2_MAX_FRAME_SIZE_MIN; in test_nghttp2_iv_check()
|
H A D | nghttp2_session_test.c | 2318 /* Initial max frame size is NGHTTP2_MAX_FRAME_SIZE_MIN */ in test_nghttp2_session_recv_too_large_frame_length() 2319 nghttp2_frame_hd_init(&hd, NGHTTP2_MAX_FRAME_SIZE_MIN + 1, NGHTTP2_HEADERS, in test_nghttp2_session_recv_too_large_frame_length() 2433 nghttp2_buf_init2(&buf, NGHTTP2_FRAME_HDLEN + NGHTTP2_MAX_FRAME_SIZE_MIN, in test_nghttp2_session_recv_altsvc() 2558 nghttp2_frame_hd_init(&hd, NGHTTP2_MAX_FRAME_SIZE_MIN, NGHTTP2_ALTSVC, in test_nghttp2_session_recv_altsvc() 2574 CU_ASSERT(NGHTTP2_MAX_FRAME_SIZE_MIN == ud.recv_frame_hd.length); in test_nghttp2_session_recv_altsvc() 2583 session->local_settings.max_frame_size = NGHTTP2_MAX_FRAME_SIZE_MIN - 1; in test_nghttp2_session_recv_altsvc() 2585 nghttp2_frame_hd_init(&hd, NGHTTP2_MAX_FRAME_SIZE_MIN + 1, NGHTTP2_ALTSVC, in test_nghttp2_session_recv_altsvc()
|
Completed in 41 milliseconds