/third_party/nghttp2/src/ |
H A D | h2load_http2_session.cc | 50 if (frame->hd.type != NGHTTP2_HEADERS || in on_header_callback() 73 if (frame->hd.type != NGHTTP2_HEADERS || in on_frame_recv_callback() 111 if (frame->hd.type != NGHTTP2_HEADERS || in before_frame_send_callback()
|
H A D | app_helper.cc | 95 case NGHTTP2_HEADERS: in strframetype() 197 case NGHTTP2_HEADERS: in print_flags() 273 case NGHTTP2_HEADERS: in print_frame()
|
H A D | shrpx_http2_session.cc | 919 case NGHTTP2_HEADERS: { in on_header_callback2() 1052 case NGHTTP2_HEADERS: { in on_begin_headers_callback() 1262 case NGHTTP2_HEADERS: { in on_frame_recv_callback() 1472 if (frame->hd.type == NGHTTP2_DATA || frame->hd.type == NGHTTP2_HEADERS) { in on_frame_send_callback() 1482 if (frame->hd.type == NGHTTP2_HEADERS && in on_frame_send_callback() 1524 if (frame->hd.type != NGHTTP2_HEADERS || in on_frame_not_send_callback()
|
H A D | nghttp.cc | 1858 case NGHTTP2_HEADERS: { in on_begin_headers_callback() 1911 case NGHTTP2_HEADERS: { in on_header_callback() 1995 case NGHTTP2_HEADERS: { in on_frame_recv_callback2() 2099 if (frame->hd.type != NGHTTP2_HEADERS || in before_frame_send_callback() 2119 if (frame->hd.type != NGHTTP2_HEADERS || in on_frame_send_callback() 2143 if (frame->hd.type != NGHTTP2_HEADERS || in on_frame_not_send_callback()
|
H A D | shrpx_http2_upstream.cc | 173 if (frame->hd.type != NGHTTP2_HEADERS) { in on_header_callback2() 576 case NGHTTP2_HEADERS: { in on_frame_recv_callback() 673 case NGHTTP2_HEADERS: { in on_frame_send_callback() 819 if (frame->hd.type == NGHTTP2_HEADERS && in on_frame_not_send_callback()
|
H A D | HttpServer.cc | 1420 if (frame->hd.type != NGHTTP2_HEADERS || in on_header_callback2() 1487 if (frame->hd.type != NGHTTP2_HEADERS || in on_begin_headers_callback() 1529 case NGHTTP2_HEADERS: { in hd_on_frame_recv_callback() 1591 case NGHTTP2_HEADERS: { in hd_on_frame_send_callback()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 51 case NGHTTP2_HEADERS: in nghttp2_outbound_item_free()
|
H A D | nghttp2_session.c | 97 if (!stream || frame->hd.type != NGHTTP2_HEADERS) { in session_trailer_headers() 314 case NGHTTP2_HEADERS: in session_inbound_frame_reset() 1137 case NGHTTP2_HEADERS: in nghttp2_session_add_item() 1246 assert(headers_frame->hd.type == NGHTTP2_HEADERS); in nghttp2_session_add_rst_stream() 2385 case NGHTTP2_HEADERS: { in session_prep_frame() 2925 if (frame->hd.type == NGHTTP2_HEADERS || in session_after_frame_sent1() 2937 case NGHTTP2_HEADERS: { in session_after_frame_sent1() 3129 if (frame->hd.type == NGHTTP2_HEADERS || in session_after_frame_sent2() 3279 case NGHTTP2_HEADERS: in nghttp2_session_mem_send_internal() 3354 case NGHTTP2_HEADERS in nghttp2_session_mem_send_internal() [all...] |
H A D | nghttp2_http.c | 551 case NGHTTP2_HEADERS: in nghttp2_http_record_request_method()
|
H A D | nghttp2_frame.c | 66 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_HEADERS, flags, stream_id); in nghttp2_frame_headers_init()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 51 case NGHTTP2_HEADERS: in nghttp2_outbound_item_free()
|
H A D | nghttp2_session.c | 97 if (!stream || frame->hd.type != NGHTTP2_HEADERS) { in session_trailer_headers() 314 case NGHTTP2_HEADERS: in session_inbound_frame_reset() 1132 case NGHTTP2_HEADERS: in nghttp2_session_add_item() 1241 assert(headers_frame->hd.type == NGHTTP2_HEADERS); in nghttp2_session_add_rst_stream() 2380 case NGHTTP2_HEADERS: { in session_prep_frame() 2920 if (frame->hd.type == NGHTTP2_HEADERS || in session_after_frame_sent1() 2932 case NGHTTP2_HEADERS: { in session_after_frame_sent1() 3124 if (frame->hd.type == NGHTTP2_HEADERS || in session_after_frame_sent2() 3274 case NGHTTP2_HEADERS: in nghttp2_session_mem_send_internal() 3349 case NGHTTP2_HEADERS in nghttp2_session_mem_send_internal() [all...] |
H A D | nghttp2_http.c | 551 case NGHTTP2_HEADERS: in nghttp2_http_record_request_method()
|
H A D | nghttp2_frame.c | 66 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_HEADERS, flags, stream_id); in nghttp2_frame_headers_init()
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 491 case NGHTTP2_HEADERS: in on_header_callback() 517 if (frame->hd.type != NGHTTP2_HEADERS || in on_begin_headers_callback() 582 case NGHTTP2_HEADERS: in on_frame_recv_callback()
|
H A D | libevent-client.c | 224 case NGHTTP2_HEADERS: in on_header_callback() 244 case NGHTTP2_HEADERS: in on_begin_headers_callback() 263 case NGHTTP2_HEADERS: in on_frame_recv_callback()
|
H A D | client.c | 224 case NGHTTP2_HEADERS: in on_frame_send_callback() 252 case NGHTTP2_HEADERS: in on_frame_recv_callback()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 1602 nghttp2_frame_hd_init(&hd, 10, NGHTTP2_HEADERS, in test_nghttp2_session_recv_headers_with_padding() 1676 if (hd->type != NGHTTP2_HEADERS) { in response_on_begin_frame_callback() 2319 nghttp2_frame_hd_init(&hd, NGHTTP2_MAX_FRAME_SIZE_MIN + 1, NGHTTP2_HEADERS, in test_nghttp2_session_recv_too_large_frame_length() 2880 CU_ASSERT(NGHTTP2_HEADERS == ud.recv_frame_hd.type); in test_nghttp2_session_recv_priority_update() 3062 CU_ASSERT(NGHTTP2_HEADERS == recv_frame->hd.type); in test_nghttp2_session_continue() 3094 CU_ASSERT(NGHTTP2_HEADERS == recv_frame->hd.type); in test_nghttp2_session_continue() 3205 CU_ASSERT(NGHTTP2_HEADERS == acc.buf[3]); in test_nghttp2_session_add_frame() 4762 CU_ASSERT(NGHTTP2_HEADERS == ud.not_sent_frame_type); in test_nghttp2_session_send_headers_frame_size_error() 5698 CU_ASSERT(NGHTTP2_HEADERS == item->frame.hd.type); in test_nghttp2_submit_trailer() 5790 CU_ASSERT(NGHTTP2_HEADERS in test_nghttp2_submit_headers_reply() [all...] |
H A D | nghttp2_frame_test.c | 108 NGHTTP2_HEADERS, in test_nghttp2_frame_pack_headers() local 138 NGHTTP2_HEADERS, in test_nghttp2_frame_pack_headers() local
|
H A D | nghttp2_test_helper.c | 55 case NGHTTP2_HEADERS: in unpack_frame()
|
/third_party/curl/lib/ |
H A D | http2.c | 1032 case NGHTTP2_HEADERS: in on_stream_frame() 1106 case NGHTTP2_HEADERS: { in fr_print() 1382 if(frame->hd.type != NGHTTP2_HEADERS) { in on_begin_headers() 1394 /* frame->hd.type is either NGHTTP2_HEADERS or NGHTTP2_PUSH_PROMISE */
|
H A D | cf-h2-proxy.c | 579 case NGHTTP2_HEADERS: { in proxy_h2_fr_print() 710 case NGHTTP2_HEADERS: in proxy_h2_on_frame_recv()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 598 NGHTTP2_HEADERS = 0x01, enumerator 1647 * NGHTTP2_HEADERS`` and ``frame->headers.cat == 1654 * ``NGHTTP2_HEADERS`` or ``NGHTTP2_PUSH_PROMISE``. In case of 1655 * ``NGHTTP2_HEADERS``, ``frame->headers.cat == 1713 * :enum:`nghttp2_frame_type.NGHTTP2_HEADERS` or
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 593 NGHTTP2_HEADERS = 0x01, enumerator 1642 * NGHTTP2_HEADERS`` and ``frame->headers.cat == 1649 * ``NGHTTP2_HEADERS`` or ``NGHTTP2_PUSH_PROMISE``. In case of 1650 * ``NGHTTP2_HEADERS``, ``frame->headers.cat == 1708 * :enum:`nghttp2_frame_type.NGHTTP2_HEADERS` or
|
/third_party/node/src/ |
H A D | node_http2.cc | 964 case NGHTTP2_HEADERS: in OnFrameReceive()
|