Home
last modified time | relevance | path

Searched refs:http_parser_url (Results 1 - 14 of 14) sorted by relevance

/third_party/nghttp2/third-party/url-parser/
H A Durl_parser.h74 struct http_parser_url { struct
84 /* Initialize all http_parser_url members to 0 */
85 void http_parser_url_init(struct http_parser_url *u);
90 struct http_parser_url *u);
H A 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/
H A 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
[all...]
H A Dutil.cc659 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field) { in has_uri_field()
663 bool fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2, in fieldeq()
664 const http_parser_url &u2, http_parser_url_fields field) { in fieldeq()
681 bool fieldeq(const char *uri, const http_parser_url &u, in fieldeq()
686 bool fieldeq(const char *uri, const http_parser_url &u, in fieldeq()
695 StringRef get_uri_field(const char *uri, const http_parser_url &u, in get_uri_field()
704 uint16_t get_default_port(const char *uri, const http_parser_url &u) { in get_default_port()
714 bool porteq(const char *uri1, const http_parser_url &u1, const char *uri2, in porteq()
715 const http_parser_url &u2) { in porteq()
724 void write_uri_field(std::ostream &o, const char *uri, const http_parser_url
[all...]
H A Dnghttp.h139 Request(const std::string &uri, const http_parser_url &u,
174 http_parser_url u;
H A Dhttp2.h113 void copy_url_component(std::string &dest, const http_parser_url *u, int field,
287 const http_parser_url &u,
H A 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()
H A 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()
1608 http_parser_url u{};
1632 http_parser_url u{};
H A Dshrpx_https_upstream.cc259 http_parser_url &u) { in rewrite_request_host_path_from_uri()
436 http_parser_url u{}; in htp_hdrs_completecb()
H A Dh2load.cc1873 std::string get_reqline(const char *uri, const http_parser_url &u) { in get_reqline()
1914 http_parser_url u{}; in parse_base_uri()
1934 // http_parser_url u{} fails with clang-3.4.
1955 http_parser_url u{}; in parse_uris()
H A Dhttp2_test.cc265 http_parser_url u{}; in check_rewrite_location_uri()
H A Dshrpx_downstream.cc710 http_parser_url u{}; in rewrite_location_response_header()
H A Dshrpx_config.cc3288 http_parser_url u{}; in parse_config()
/third_party/nghttp2/examples/
H A 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()

Completed in 26 milliseconds