Home
last modified time | relevance | path

Searched refs:nghttp2_ext_altsvc (Results 1 - 13 of 13) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_frame.c202 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_altsvc_init()
215 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_altsvc_free()
718 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_pack_altsvc()
749 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_unpack_altsvc_payload()
H A Dnghttp2_frame.h74 nghttp2_ext_altsvc altsvc;
354 * that frame->payload points to the nghttp2_ext_altsvc object.
508 * assumes that frame->payload points to nghttp2_ext_altsvc object.
519 * nghttp2_ext_altsvc object pointed by frame->payload. This function
520 * only frees origin pointed by nghttp2_ext_altsvc.origin. Therefore,
H A Dnghttp2_submit.c512 nghttp2_ext_altsvc *altsvc; in nghttp2_submit_altsvc()
H A Dnghttp2_session.c5222 nghttp2_ext_altsvc *altsvc; in nghttp2_session_on_altsvc_received()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.c202 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_altsvc_init()
215 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_altsvc_free()
718 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_pack_altsvc()
749 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_unpack_altsvc_payload()
H A Dnghttp2_frame.h74 nghttp2_ext_altsvc altsvc;
354 * that frame->payload points to the nghttp2_ext_altsvc object.
508 * assumes that frame->payload points to nghttp2_ext_altsvc object.
519 * nghttp2_ext_altsvc object pointed by frame->payload. This function
520 * only frees origin pointed by nghttp2_ext_altsvc.origin. Therefore,
H A Dnghttp2_submit.c512 nghttp2_ext_altsvc *altsvc; in nghttp2_submit_altsvc()
H A Dnghttp2_session.c5217 nghttp2_ext_altsvc *altsvc; in nghttp2_session_on_altsvc_received()
/third_party/nghttp2/src/
H A Dapp_helper.cc355 auto altsvc = static_cast<nghttp2_ext_altsvc *>(frame->ext.payload); in print_frame()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h4758 } nghttp2_ext_altsvc; typedef
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c450 nghttp2_ext_altsvc altsvc, oaltsvc; in test_nghttp2_frame_pack_altsvc()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h4742 } nghttp2_ext_altsvc; typedef
/third_party/node/src/
H A Dnode_http2.cc1475 nghttp2_ext_altsvc* altsvc = static_cast<nghttp2_ext_altsvc*>(ext.payload); in HandleAltSvcFrame()

Completed in 72 milliseconds