Home
last modified time | relevance | path

Searched refs:http_parser_url (Results 1 – 15 of 15) sorted by relevance

/third_party/nghttp2/third-party/url-parser/
Durl_parser.h74 struct http_parser_url { struct
85 void http_parser_url_init(struct http_parser_url *u);
90 struct http_parser_url *u);
Durl_parser.c445 http_parse_host(const char * buf, struct http_parser_url *u, int found_at) { in http_parse_host()
527 http_parser_url_init(struct http_parser_url *u) { in http_parser_url_init()
533 struct http_parser_url *u) in http_parser_parse_url()
/third_party/nghttp2/src/
Dutil.h529 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field);
531 bool fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2,
532 const http_parser_url &u2, http_parser_url_fields field);
534 bool fieldeq(const char *uri, const http_parser_url &u,
537 bool fieldeq(const char *uri, const http_parser_url &u,
540 StringRef get_uri_field(const char *uri, const http_parser_url &u,
543 uint16_t get_default_port(const char *uri, const http_parser_url &u);
545 bool porteq(const char *uri1, const http_parser_url &u1, const char *uri2,
546 const http_parser_url &u2);
548 void write_uri_field(std::ostream &o, const char *uri, const http_parser_url &u,
Dnghttp.h139 Request(const std::string &uri, const http_parser_url &u,
174 http_parser_url u;
Dutil.cc618 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field) { in has_uri_field()
622 bool fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2, in fieldeq()
623 const http_parser_url &u2, http_parser_url_fields field) { in fieldeq()
640 bool fieldeq(const char *uri, const http_parser_url &u, in fieldeq()
645 bool fieldeq(const char *uri, const http_parser_url &u, in fieldeq()
654 StringRef get_uri_field(const char *uri, const http_parser_url &u, in get_uri_field()
663 uint16_t get_default_port(const char *uri, const http_parser_url &u) { in get_default_port()
673 bool porteq(const char *uri1, const http_parser_url &u1, const char *uri2, in porteq()
674 const http_parser_url &u2) { in porteq()
683 void write_uri_field(std::ostream &o, const char *uri, const http_parser_url &u, in write_uri_field()
Dhttp2.h113 void copy_url_component(std::string &dest, const http_parser_url *u, int field,
287 const http_parser_url &u,
Dnghttp.cc159 Request::Request(const std::string &uri, const http_parser_url &u, in Request()
1470 http_parser_url u{}; in add_request()
1695 http_parser_url u{}; in update_html_parser()
1878 http_parser_url u{}; in on_begin_headers_callback()
2068 http_parser_url u{}; in on_frame_recv_callback2()
2613 http_parser_url u{}; in run()
3129 http_parser_url u{}; in main()
Dhttp2.cc274 void copy_url_component(std::string &dest, const http_parser_url *u, int field, in copy_url_component()
632 const http_parser_url &u, in rewrite_location_uri()
1581 http_parser_url u{}; in get_pure_path_component()
1605 http_parser_url u{}; in construct_push_component()
Dshrpx_https_upstream.cc259 http_parser_url &u) { in rewrite_request_host_path_from_uri()
421 http_parser_url u{}; in htp_hdrs_completecb()
Dh2load.cc1872 std::string get_reqline(const char *uri, const http_parser_url &u) { in get_reqline()
1913 http_parser_url u{}; in parse_base_uri()
1954 http_parser_url u{}; in parse_uris()
Dshrpx_downstream.cc710 http_parser_url u{}; in rewrite_location_response_header()
Dhttp2_test.cc265 http_parser_url u{}; in check_rewrite_location_uri()
Dshrpx_config.cc3288 http_parser_url u{}; in parse_config()
/third_party/nghttp2/examples/
Dlibevent-client.c76 struct http_parser_url *u;
98 struct http_parser_url *u) { in create_http2_stream_data()
419 const struct http_parser_url *u = stream_data->u; in submit_request()
571 struct http_parser_url u; in run()
/third_party/nghttp2/doc/sources/
Dtutorial-client.rst95 struct http_parser_url *u;
274 const struct http_parser_url *u = stream_data->u;