Home
last modified time | relevance | path

Searched refs:nghttp2_frame_pack_settings (Results 1 - 9 of 9) sorted by relevance

/third_party/nghttp2/tests/
H A Dfailmalloc_test.c327 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 Dnghttp2_frame_test.c289 rv = nghttp2_frame_pack_settings(&bufs, &frame); in test_nghttp2_frame_pack_settings()
H A Dnghttp2_session_test.c2164 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 Dnghttp2_frame.h194 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame);
H A Dnghttp2_frame.c479 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings() function
H A Dnghttp2_session.c2511 rv = nghttp2_frame_pack_settings(&session->aob.framebufs, &frame->settings); in session_prep_frame()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.h194 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame);
H A Dnghttp2_frame.c479 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings() function
H A Dnghttp2_session.c2506 rv = nghttp2_frame_pack_settings(&session->aob.framebufs, &frame->settings); in session_prep_frame()

Completed in 40 milliseconds