/third_party/nghttp2/lib/ |
H A D | nghttp2_session.h | 34 #include "nghttp2_frame.h" 142 nghttp2_frame frame; 640 nghttp2_frame *frame); 643 nghttp2_frame *frame, 647 nghttp2_frame *frame, 667 nghttp2_frame *frame, 683 nghttp2_frame *frame); 698 nghttp2_frame *frame); 718 nghttp2_frame *frame, int noack); 736 nghttp2_frame *fram [all...] |
H A D | nghttp2_http.h | 51 nghttp2_frame *frame, nghttp2_hd_nv *nv, 59 nghttp2_frame *frame); 73 nghttp2_frame *frame); 95 nghttp2_frame *frame);
|
H A D | nghttp2_submit.c | 31 #include "nghttp2_frame.h" 76 nghttp2_frame *frame = NULL; in submit_headers_shared() 226 nghttp2_frame *frame; in nghttp2_submit_priority() 320 nghttp2_frame *frame; in nghttp2_submit_push_promise() 511 nghttp2_frame *frame; in nghttp2_submit_altsvc() 592 nghttp2_frame *frame; in nghttp2_submit_origin() 677 nghttp2_frame *frame; in nghttp2_submit_priority_update() 815 nghttp2_frame *frame; in nghttp2_submit_data() 869 nghttp2_frame *frame; in nghttp2_submit_extension()
|
H A D | nghttp2_session.c | 96 nghttp2_frame *frame) { in session_trailer_headers() 378 memset(&iframe->frame, 0, sizeof(nghttp2_frame)); in session_inbound_frame_reset() 1115 nghttp2_frame *frame; in nghttp2_session_add_item() 1216 nghttp2_frame *frame; in nghttp2_session_add_rst_stream() 1243 nghttp2_frame *headers_frame; in nghttp2_session_add_rst_stream() 2195 const nghttp2_frame *frame, in session_call_select_padding() 2223 nghttp2_frame *frame) { in session_headers_add_pad() 2264 nghttp2_frame *frame) { in session_pack_extension() 2307 nghttp2_frame *frame; in session_prep_frame() 2716 nghttp2_frame *fram in session_call_before_frame_send() [all...] |
H A D | nghttp2_http.c | 351 nghttp2_frame *frame, nghttp2_hd_nv *nv, in nghttp2_http_on_header() 445 nghttp2_frame *frame) { in nghttp2_http_on_request_headers() 509 nghttp2_frame *frame) { in nghttp2_http_on_trailer_headers() 545 nghttp2_frame *frame) { in nghttp2_http_record_request_method()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.h | 34 #include "nghttp2_frame.h" 138 nghttp2_frame frame; 630 nghttp2_frame *frame); 633 nghttp2_frame *frame, 637 nghttp2_frame *frame, 657 nghttp2_frame *frame, 673 nghttp2_frame *frame); 688 nghttp2_frame *frame); 708 nghttp2_frame *frame, int noack); 726 nghttp2_frame *fram [all...] |
H A D | nghttp2_http.h | 51 nghttp2_frame *frame, nghttp2_hd_nv *nv, 59 nghttp2_frame *frame); 73 nghttp2_frame *frame); 95 nghttp2_frame *frame);
|
H A D | nghttp2_submit.c | 31 #include "nghttp2_frame.h" 76 nghttp2_frame *frame = NULL; in submit_headers_shared() 226 nghttp2_frame *frame; in nghttp2_submit_priority() 320 nghttp2_frame *frame; in nghttp2_submit_push_promise() 511 nghttp2_frame *frame; in nghttp2_submit_altsvc() 592 nghttp2_frame *frame; in nghttp2_submit_origin() 677 nghttp2_frame *frame; in nghttp2_submit_priority_update() 815 nghttp2_frame *frame; in nghttp2_submit_data() 869 nghttp2_frame *frame; in nghttp2_submit_extension()
|
H A D | nghttp2_session.c | 96 nghttp2_frame *frame) { in session_trailer_headers() 378 memset(&iframe->frame, 0, sizeof(nghttp2_frame)); in session_inbound_frame_reset() 1110 nghttp2_frame *frame; in nghttp2_session_add_item() 1211 nghttp2_frame *frame; in nghttp2_session_add_rst_stream() 1238 nghttp2_frame *headers_frame; in nghttp2_session_add_rst_stream() 2190 const nghttp2_frame *frame, in session_call_select_padding() 2218 nghttp2_frame *frame) { in session_headers_add_pad() 2259 nghttp2_frame *frame) { in session_pack_extension() 2302 nghttp2_frame *frame; in session_prep_frame() 2711 nghttp2_frame *fram in session_call_before_frame_send() [all...] |
H A D | nghttp2_http.c | 351 nghttp2_frame *frame, nghttp2_hd_nv *nv, in nghttp2_http_on_header() 445 nghttp2_frame *frame) { in nghttp2_http_on_request_headers() 509 nghttp2_frame *frame) { in nghttp2_http_on_trailer_headers() 545 nghttp2_frame *frame) { in nghttp2_http_record_request_method()
|
/third_party/nghttp2/fuzz/ |
H A D | fuzz_target.cc | 4 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() 12 const nghttp2_frame *frame, void *user_data) { in on_begin_headers_callback() 18 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2() 27 const nghttp2_frame *frame, void *user_data) { in before_frame_send_callback() 33 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback()
|
H A D | fuzz_target_fdp.cc | 8 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() 16 const nghttp2_frame *frame, void *user_data) { in on_begin_headers_callback() 22 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2() 31 const nghttp2_frame *frame, void *user_data) { in before_frame_send_callback() 37 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback()
|
H A D | fuzz_frames.cc | 7 #include "nghttp2_frame.h" 71 unpack_framebuf((nghttp2_frame *)&oframe, &bufs); in check_frame_pack_headers() 130 unpack_framebuf((nghttp2_frame *)&oframe, &bufs); in check_frame_push_promise()
|
/third_party/nghttp2/src/ |
H A D | app_helper.h | 45 const nghttp2_frame *frame, const uint8_t *name, 50 const nghttp2_frame *frame, void *user_data); 53 const nghttp2_frame *frame, 57 const nghttp2_frame *frame, void *user_data);
|
H A D | app_helper.cc | 258 void print_frame(print_type ptype, const nghttp2_frame *frame) { in print_frame() 389 const nghttp2_frame *frame, const uint8_t *name, in verbose_on_header_callback() 410 const nghttp2_frame *frame, in verbose_on_frame_recv_callback() 420 const nghttp2_frame *frame, in verbose_on_invalid_frame_recv_callback() 432 const nghttp2_frame *frame, in verbose_on_frame_send_callback()
|
H A D | shrpx_http2_upstream.h | 122 void on_start_request(const nghttp2_frame *frame); 123 int on_request_headers(Downstream *downstream, const nghttp2_frame *frame);
|
H A D | h2load_http2_session.cc | 45 int on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback() 70 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() 110 const nghttp2_frame *frame, void *user_data) { in before_frame_send_callback()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 32 #include "nghttp2_frame.h" 105 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_headers() 135 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_headers() 223 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_priority() 248 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_rst_stream() 260 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_rst_stream() 295 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_settings() 336 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_push_promise() 370 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *)&oframe, &bufs)); in test_nghttp2_frame_pack_ping() 400 CU_ASSERT(0 == unpack_framebuf((nghttp2_frame *) in test_nghttp2_frame_pack_goaway() [all...] |
H A D | nghttp2_test_helper.h | 32 #include "nghttp2_frame.h" 61 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs); 63 int unpack_frame(nghttp2_frame *frame, const uint8_t *in, size_t len);
|
H A D | nghttp2_test_helper.c | 35 int unpack_framebuf(nghttp2_frame *frame, nghttp2_bufs *bufs) { in unpack_framebuf() 44 int unpack_frame(nghttp2_frame *frame, const uint8_t *in, size_t len) { in unpack_frame() 220 nghttp2_frame frame; in pack_headers() 239 nghttp2_frame frame; in pack_push_promise()
|
H A D | nghttp2_session_test.c | 71 const nghttp2_frame *frame; 208 const nghttp2_frame *frame, void *user_data) { in on_frame_recv_callback() 220 const nghttp2_frame *frame, in on_invalid_frame_recv_callback() 232 const nghttp2_frame *frame, void *user_data) { in on_frame_send_callback() 242 const nghttp2_frame *frame, int lib_error, in on_frame_not_send_callback() 254 const nghttp2_frame *frame, in cancel_before_frame_send_callback() 294 const nghttp2_frame *frame, in select_padding_callback() 424 static int send_data_callback(nghttp2_session *session, nghttp2_frame *frame, in send_data_callback() 464 const nghttp2_frame *frame, const uint8_t *name, in on_header_callback() 482 const nghttp2_frame *fram in pause_on_header_callback() [all...] |
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1263 * calls as nghttp2_frame type. The CONTINUATION frame is omitted 1311 } nghttp2_frame; typedef 1390 nghttp2_frame *frame, 1455 const nghttp2_frame *frame, 1484 nghttp2_session *session, const nghttp2_frame *frame, int lib_error_code, 1552 const nghttp2_frame *frame, 1572 const nghttp2_frame *frame, 1598 const nghttp2_frame *frame, 1696 const nghttp2_frame *frame, 1781 const nghttp2_frame *fram [all...] |
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1258 * calls as nghttp2_frame type. The CONTINUATION frame is omitted 1306 } nghttp2_frame; typedef 1385 nghttp2_frame *frame, 1450 const nghttp2_frame *frame, 1479 nghttp2_session *session, const nghttp2_frame *frame, int lib_error_code, 1547 const nghttp2_frame *frame, 1567 const nghttp2_frame *frame, 1593 const nghttp2_frame *frame, 1691 const nghttp2_frame *frame, 1776 const nghttp2_frame *fram [all...] |
/third_party/node/src/ |
H A D | node_http2.h | 786 int HandleDataFrame(const nghttp2_frame* frame); 787 void HandleGoawayFrame(const nghttp2_frame* frame); 788 void HandleHeadersFrame(const nghttp2_frame* frame); 789 void HandlePriorityFrame(const nghttp2_frame* frame); 790 void HandleSettingsFrame(const nghttp2_frame* frame); 791 void HandlePingFrame(const nghttp2_frame* frame); 792 void HandleAltSvcFrame(const nghttp2_frame* frame); 793 void HandleOriginFrame(const nghttp2_frame* frame); 795 void DecrefHeaders(const nghttp2_frame* frame); 800 const nghttp2_frame* fram [all...] |
H A D | node_http2.cc | 876 int32_t GetFrameID(const nghttp2_frame* frame) { in GetFrameID() 889 const nghttp2_frame* frame, in OnBeginHeadersCallback() 925 const nghttp2_frame* frame, in OnHeaderCallback() 953 const nghttp2_frame* frame, in OnFrameReceive() 992 const nghttp2_frame* frame, in OnInvalidFrame() 1024 void Http2Session::DecrefHeaders(const nghttp2_frame* frame) { in DecrefHeaders() 1065 const nghttp2_frame* frame, in OnFrameNotSent() 1102 const nghttp2_frame* frame, in OnFrameSent() 1149 const nghttp2_frame* frame, in OnInvalidHeader() 1245 const nghttp2_frame* fram in OnSelectPadding() [all...] |