Searched refs:http_parser_parse_url (Results 1 – 10 of 10) sorted by relevance
/third_party/nghttp2/third-party/url-parser/ |
D | url_parser.h | 88 int http_parser_parse_url(const char *buf, size_t buflen,
|
D | url_parser.c | 532 http_parser_parse_url(const char *buf, size_t buflen, int is_connect, in http_parser_parse_url() function
|
/third_party/nghttp2/src/ |
D | nghttp.cc | 1471 if (http_parser_parse_url(uri.c_str(), uri.size(), 0, &u) != 0) { in add_request() 1696 if (http_parser_parse_url(uri.c_str(), uri.size(), 0, &u) != 0) { in update_html_parser() 2069 if (http_parser_parse_url(uri.c_str(), uri.size(), 0, &u) != 0) { in on_frame_recv_callback2() 2615 if (http_parser_parse_url(uri.c_str(), uri.size(), 0, &u) != 0) { in run() 3130 if (http_parser_parse_url(uri.c_str(), uri.size(), 0, &u) != 0) { in main()
|
D | http2.cc | 1582 rv = http_parser_parse_url(uri.c_str(), uri.size(), 0, &u); in get_pure_path_component() 1607 rv = http_parser_parse_url(uri.c_str(), uri.size(), 0, &u); in construct_push_component()
|
D | shrpx_downstream.cc | 711 auto rv = http_parser_parse_url(hd->value.c_str(), hd->value.size(), 0, &u); in rewrite_location_response_header()
|
D | http2_test.cc | 266 CU_ASSERT(0 == http_parser_parse_url(uri.c_str(), uri.size(), 0, &u)); in check_rewrite_location_uri()
|
D | shrpx_https_upstream.cc | 422 rv = http_parser_parse_url(req.path.c_str(), req.path.size(), 0, &u); in htp_hdrs_completecb()
|
D | h2load.cc | 1914 if (http_parser_parse_url(base_uri.c_str(), base_uri.size(), 0, &u) != 0 || in parse_base_uri() 1958 if (http_parser_parse_url(uri, (*first).size(), 0, &u) != 0) { in parse_uris()
|
D | shrpx_config.cc | 3289 int rv = http_parser_parse_url(optarg.c_str(), optarg.size(), 0, &u); in parse_config()
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 580 rv = http_parser_parse_url(uri, strlen(uri), 0, &u); in run()
|