Searched refs:nghttp2_frame_settings_init (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 324 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_NONE, in run_nghttp2_session_recv() 470 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_NONE, iv_copy, 2); in run_nghttp2_frame_pack_settings()
|
H A D | nghttp2_session_test.c | 2161 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_NONE, dup_iv(iv, 2), in test_nghttp2_session_recv_settings_header_table_size() 2196 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_NONE, dup_iv(iv, 3), in test_nghttp2_session_recv_settings_header_table_size() 2238 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_NONE, dup_iv(iv, 3), in test_nghttp2_session_recv_settings_header_table_size() 2281 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_NONE, dup_iv(iv, 3), in test_nghttp2_session_recv_settings_header_table_size() 3728 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_NONE, in test_nghttp2_session_on_settings_received() 3758 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_ACK, dup_iv(iv, 1), in test_nghttp2_session_on_settings_received() 3770 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_ACK, NULL, 0); in test_nghttp2_session_on_settings_received() 3796 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_NONE, dup_iv(iv, 2), in test_nghttp2_session_on_settings_received() 3816 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_NONE, NULL, 0); in test_nghttp2_session_on_settings_received() 3831 nghttp2_frame_settings_init( in test_nghttp2_session_on_settings_received() [all...] |
H A D | nghttp2_frame_test.c | 287 nghttp2_frame_settings_init(&frame, NGHTTP2_FLAG_NONE, in test_nghttp2_frame_pack_settings()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 467 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags,
|
H A D | nghttp2_frame.c | 101 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags, in nghttp2_frame_settings_init() function
|
H A D | nghttp2_session.c | 7596 nghttp2_frame_settings_init(&frame->settings, flags, iv_copy, niv); in nghttp2_session_add_settings()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 467 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags,
|
H A D | nghttp2_frame.c | 101 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags, in nghttp2_frame_settings_init() function
|
H A D | nghttp2_session.c | 7585 nghttp2_frame_settings_init(&frame->settings, flags, iv_copy, niv); in nghttp2_session_add_settings()
|
Completed in 31 milliseconds