Searched refs:http_parser_url (Results 1 – 15 of 15) sorted by relevance
/third_party/nghttp2/third-party/url-parser/ |
D | url_parser.h | 74 struct http_parser_url { struct 85 void http_parser_url_init(struct http_parser_url *u); 90 struct http_parser_url *u);
|
D | url_parser.c | 445 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/ |
D | util.h | 529 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,
|
D | nghttp.h | 139 Request(const std::string &uri, const http_parser_url &u, 174 http_parser_url u;
|
D | util.cc | 618 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()
|
D | http2.h | 113 void copy_url_component(std::string &dest, const http_parser_url *u, int field, 287 const http_parser_url &u,
|
D | nghttp.cc | 159 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()
|
D | http2.cc | 274 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()
|
D | shrpx_https_upstream.cc | 259 http_parser_url &u) { in rewrite_request_host_path_from_uri() 421 http_parser_url u{}; in htp_hdrs_completecb()
|
D | h2load.cc | 1872 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()
|
D | shrpx_downstream.cc | 710 http_parser_url u{}; in rewrite_location_response_header()
|
D | http2_test.cc | 265 http_parser_url u{}; in check_rewrite_location_uri()
|
D | shrpx_config.cc | 3288 http_parser_url u{}; in parse_config()
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 76 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/ |
D | tutorial-client.rst | 95 struct http_parser_url *u; 274 const struct http_parser_url *u = stream_data->u;
|