Home
last modified time | relevance | path

Searched refs:NGHTTP2_HEADERS (Results 1 - 25 of 25) sorted by relevance

/third_party/nghttp2/src/
H A Dh2load_http2_session.cc50 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 Dapp_helper.cc95 case NGHTTP2_HEADERS: in strframetype()
197 case NGHTTP2_HEADERS: in print_flags()
273 case NGHTTP2_HEADERS: in print_frame()
H A Dshrpx_http2_session.cc919 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 Dnghttp.cc1858 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 Dshrpx_http2_upstream.cc173 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 DHttpServer.cc1420 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 Dnghttp2_outbound_item.c51 case NGHTTP2_HEADERS: in nghttp2_outbound_item_free()
H A Dnghttp2_session.c97 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 Dnghttp2_http.c551 case NGHTTP2_HEADERS: in nghttp2_http_record_request_method()
H A Dnghttp2_frame.c66 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 Dnghttp2_outbound_item.c51 case NGHTTP2_HEADERS: in nghttp2_outbound_item_free()
H A Dnghttp2_session.c97 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 Dnghttp2_http.c551 case NGHTTP2_HEADERS: in nghttp2_http_record_request_method()
H A Dnghttp2_frame.c66 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_HEADERS, flags, stream_id); in nghttp2_frame_headers_init()
/third_party/nghttp2/examples/
H A Dlibevent-server.c491 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 Dlibevent-client.c224 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 Dclient.c224 case NGHTTP2_HEADERS: in on_frame_send_callback()
252 case NGHTTP2_HEADERS: in on_frame_recv_callback()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c1602 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 Dnghttp2_frame_test.c108 NGHTTP2_HEADERS, in test_nghttp2_frame_pack_headers() local
138 NGHTTP2_HEADERS, in test_nghttp2_frame_pack_headers() local
H A Dnghttp2_test_helper.c55 case NGHTTP2_HEADERS: in unpack_frame()
/third_party/curl/lib/
H A Dhttp2.c1032 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 Dcf-h2-proxy.c579 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 Dnghttp2.h598 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 Dnghttp2.h593 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 Dnode_http2.cc964 case NGHTTP2_HEADERS: in OnFrameReceive()

Completed in 72 milliseconds