Searched refs:test_http_url_path_query_ok (Results 1 – 1 of 1) sorted by relevance
234 static int test_http_url_path_query_ok(const char *url, const char *exp_path_qu) in test_http_url_path_query_ok() function255 return test_http_url_path_query_ok("http://usr@host:1/p?q=x#frag", "/p?q=x") in test_http_url_path_query()256 && test_http_url_path_query_ok("http://host?query#frag", "/?query") in test_http_url_path_query()257 && test_http_url_path_query_ok("http://host:9999#frag", "/"); in test_http_url_path_query()