/third_party/nghttp2/lib/ |
H A D | nghttp2_http.c | 390 if (session->server || frame->hd.type == NGHTTP2_PUSH_PROMISE) { in nghttp2_http_on_header() 435 if (session->server || frame->hd.type == NGHTTP2_PUSH_PROMISE) { in nghttp2_http_on_header() 471 if (frame->hd.type == NGHTTP2_PUSH_PROMISE) { in nghttp2_http_on_request_headers() 555 case NGHTTP2_PUSH_PROMISE: in nghttp2_http_record_request_method()
|
H A D | nghttp2_outbound_item.c | 63 case NGHTTP2_PUSH_PROMISE: in nghttp2_outbound_item_free()
|
H A D | nghttp2_session.c | 333 case NGHTTP2_PUSH_PROMISE: in session_inbound_frame_reset() 1167 case NGHTTP2_PUSH_PROMISE: { in nghttp2_session_add_item() 2517 case NGHTTP2_PUSH_PROMISE: { in session_prep_frame() 2926 frame->hd.type == NGHTTP2_PUSH_PROMISE) { in session_after_frame_sent1() 3130 frame->hd.type == NGHTTP2_PUSH_PROMISE) { in session_after_frame_sent2() 3291 case NGHTTP2_PUSH_PROMISE: in nghttp2_session_mem_send_internal() 3365 case NGHTTP2_PUSH_PROMISE: in nghttp2_session_mem_send_internal() 3889 if (frame->hd.type == NGHTTP2_PUSH_PROMISE) { in inflate_header_block() 4072 if (frame->hd.type == NGHTTP2_PUSH_PROMISE) { in session_after_header_block_received() 4108 if (frame->hd.type == NGHTTP2_PUSH_PROMISE) { in session_after_header_block_received() [all...] |
H A D | nghttp2_frame.c | 117 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_PUSH_PROMISE, flags, stream_id); in nghttp2_frame_push_promise_init()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_http.c | 390 if (session->server || frame->hd.type == NGHTTP2_PUSH_PROMISE) { in nghttp2_http_on_header() 435 if (session->server || frame->hd.type == NGHTTP2_PUSH_PROMISE) { in nghttp2_http_on_header() 471 if (frame->hd.type == NGHTTP2_PUSH_PROMISE) { in nghttp2_http_on_request_headers() 555 case NGHTTP2_PUSH_PROMISE: in nghttp2_http_record_request_method()
|
H A D | nghttp2_outbound_item.c | 63 case NGHTTP2_PUSH_PROMISE: in nghttp2_outbound_item_free()
|
H A D | nghttp2_session.c | 333 case NGHTTP2_PUSH_PROMISE: in session_inbound_frame_reset() 1162 case NGHTTP2_PUSH_PROMISE: { in nghttp2_session_add_item() 2512 case NGHTTP2_PUSH_PROMISE: { in session_prep_frame() 2921 frame->hd.type == NGHTTP2_PUSH_PROMISE) { in session_after_frame_sent1() 3125 frame->hd.type == NGHTTP2_PUSH_PROMISE) { in session_after_frame_sent2() 3286 case NGHTTP2_PUSH_PROMISE: in nghttp2_session_mem_send_internal() 3360 case NGHTTP2_PUSH_PROMISE: in nghttp2_session_mem_send_internal() 3884 if (frame->hd.type == NGHTTP2_PUSH_PROMISE) { in inflate_header_block() 4067 if (frame->hd.type == NGHTTP2_PUSH_PROMISE) { in session_after_header_block_received() 4103 if (frame->hd.type == NGHTTP2_PUSH_PROMISE) { in session_after_header_block_received() [all...] |
H A D | nghttp2_frame.c | 117 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_PUSH_PROMISE, flags, stream_id); in nghttp2_frame_push_promise_init()
|
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 103 case NGHTTP2_PUSH_PROMISE: in strframetype() 228 case NGHTTP2_PUSH_PROMISE: in print_flags() 325 case NGHTTP2_PUSH_PROMISE: in print_frame()
|
H A D | shrpx_http2_session.cc | 961 case NGHTTP2_PUSH_PROMISE: { in on_header_callback2() 1023 if (frame->hd.type == NGHTTP2_PUSH_PROMISE) { in on_invalid_header_callback2() 1066 case NGHTTP2_PUSH_PROMISE: { in on_begin_headers_callback() 1345 case NGHTTP2_PUSH_PROMISE: { in on_frame_recv_callback()
|
H A D | nghttp.cc | 1876 case NGHTTP2_PUSH_PROMISE: { in on_begin_headers_callback() 1940 case NGHTTP2_PUSH_PROMISE: { in on_header_callback() 2038 case NGHTTP2_PUSH_PROMISE: { in on_frame_recv_callback2()
|
H A D | shrpx_http2_upstream.cc | 707 case NGHTTP2_PUSH_PROMISE: { in on_frame_send_callback()
|
H A D | HttpServer.cc | 1622 case NGHTTP2_PUSH_PROMISE: { in hd_on_frame_send_callback()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.c | 69 case NGHTTP2_PUSH_PROMISE: in unpack_frame()
|
H A D | nghttp2_frame_test.c | 339 NGHTTP2_PUSH_PROMISE, NGHTTP2_FLAG_END_HEADERS, 1000000007, in test_nghttp2_frame_pack_push_promise() local
|
H A D | nghttp2_session_test.c | 1640 nghttp2_frame_hd_init(&hd, 9, NGHTTP2_PUSH_PROMISE, in test_nghttp2_session_recv_headers_with_padding() 4895 CU_ASSERT(NGHTTP2_PUSH_PROMISE == ud.not_sent_frame_type); in test_nghttp2_session_send_push_promise() 6379 CU_ASSERT(NGHTTP2_PUSH_PROMISE == ud.sent_frame_type); in test_nghttp2_submit_push_promise()
|
/third_party/curl/lib/ |
H A D | http2.c | 1060 case NGHTTP2_PUSH_PROMISE: in on_stream_frame() 1131 case NGHTTP2_PUSH_PROMISE: { in fr_print() 1394 /* frame->hd.type is either NGHTTP2_HEADERS or NGHTTP2_PUSH_PROMISE */ 1425 if(frame->hd.type == NGHTTP2_PUSH_PROMISE) { in on_header()
|
H A D | cf-h2-proxy.c | 604 case NGHTTP2_PUSH_PROMISE: { in proxy_h2_fr_print() 760 if(frame->hd.type == NGHTTP2_PUSH_PROMISE) in proxy_h2_on_header()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 614 NGHTTP2_PUSH_PROMISE = 0x05, enumerator 1654 * ``NGHTTP2_HEADERS`` or ``NGHTTP2_PUSH_PROMISE``. In case of 1714 * :enum:`nghttp2_frame_type.NGHTTP2_PUSH_PROMISE`. After all header
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 609 NGHTTP2_PUSH_PROMISE = 0x05, enumerator 1649 * ``NGHTTP2_HEADERS`` or ``NGHTTP2_PUSH_PROMISE``. In case of 1709 * :enum:`nghttp2_frame_type.NGHTTP2_PUSH_PROMISE`. After all header
|
/third_party/node/src/ |
H A D | node_http2.cc | 878 return (frame->hd.type == NGHTTP2_PUSH_PROMISE) ? in GetFrameID() 962 case NGHTTP2_PUSH_PROMISE: in OnFrameReceive()
|