Searched refs:nghttp2_frame_pack_settings (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 327 nghttp2_frame_pack_settings(&bufs, &frame.settings); in run_nghttp2_session_recv() 472 rv = nghttp2_frame_pack_settings(&bufs, &frame.settings); in run_nghttp2_frame_pack_settings()
|
H A D | nghttp2_frame_test.c | 289 rv = nghttp2_frame_pack_settings(&bufs, &frame); in test_nghttp2_frame_pack_settings()
|
H A D | nghttp2_session_test.c | 2164 rv = nghttp2_frame_pack_settings(&bufs, &frame.settings); in test_nghttp2_session_recv_settings_header_table_size() 2199 rv = nghttp2_frame_pack_settings(&bufs, &frame.settings); in test_nghttp2_session_recv_settings_header_table_size() 2241 rv = nghttp2_frame_pack_settings(&bufs, &frame.settings); in test_nghttp2_session_recv_settings_header_table_size() 2284 rv = nghttp2_frame_pack_settings(&bufs, &frame.settings); in test_nghttp2_session_recv_settings_header_table_size() 10674 nghttp2_frame_pack_settings(&bufs, &frame.settings); in test_nghttp2_session_flooding() 11385 rv = nghttp2_frame_pack_settings(&bufs, &frame.settings); in test_nghttp2_session_too_many_settings() 11827 rv = nghttp2_frame_pack_settings(&bufs, &frame.settings); in test_nghttp2_session_server_fallback_rfc7540_priorities() 11926 rv = nghttp2_frame_pack_settings(&bufs, &frame.settings); in test_nghttp2_session_server_fallback_rfc7540_priorities() 12000 rv = nghttp2_frame_pack_settings(&bufs, &frame.settings); in test_nghttp2_session_stream_reset_ratelim()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 194 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame);
|
H A D | nghttp2_frame.c | 479 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings() function
|
H A D | nghttp2_session.c | 2511 rv = nghttp2_frame_pack_settings(&session->aob.framebufs, &frame->settings); in session_prep_frame()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 194 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame);
|
H A D | nghttp2_frame.c | 479 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings() function
|
H A D | nghttp2_session.c | 2506 rv = nghttp2_frame_pack_settings(&session->aob.framebufs, &frame->settings); in session_prep_frame()
|
Completed in 40 milliseconds