Home
last modified time | relevance | path

Searched refs:NGHTTP2_PUSH_PROMISE (Results 1 - 21 of 21) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_http.c390 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 Dnghttp2_outbound_item.c63 case NGHTTP2_PUSH_PROMISE: in nghttp2_outbound_item_free()
H A Dnghttp2_session.c333 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 Dnghttp2_frame.c117 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 Dnghttp2_http.c390 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 Dnghttp2_outbound_item.c63 case NGHTTP2_PUSH_PROMISE: in nghttp2_outbound_item_free()
H A Dnghttp2_session.c333 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 Dnghttp2_frame.c117 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 Dapp_helper.cc103 case NGHTTP2_PUSH_PROMISE: in strframetype()
228 case NGHTTP2_PUSH_PROMISE: in print_flags()
325 case NGHTTP2_PUSH_PROMISE: in print_frame()
H A Dshrpx_http2_session.cc961 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 Dnghttp.cc1876 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 Dshrpx_http2_upstream.cc707 case NGHTTP2_PUSH_PROMISE: { in on_frame_send_callback()
H A DHttpServer.cc1622 case NGHTTP2_PUSH_PROMISE: { in hd_on_frame_send_callback()
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c69 case NGHTTP2_PUSH_PROMISE: in unpack_frame()
H A Dnghttp2_frame_test.c339 NGHTTP2_PUSH_PROMISE, NGHTTP2_FLAG_END_HEADERS, 1000000007, in test_nghttp2_frame_pack_push_promise() local
H A Dnghttp2_session_test.c1640 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 Dhttp2.c1060 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 Dcf-h2-proxy.c604 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 Dnghttp2.h614 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 Dnghttp2.h609 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 Dnode_http2.cc878 return (frame->hd.type == NGHTTP2_PUSH_PROMISE) ? in GetFrameID()
962 case NGHTTP2_PUSH_PROMISE: in OnFrameReceive()

Completed in 103 milliseconds