Searched refs:test_http_url_path_query_ok (Results 1 – 1 of 1) sorted by relevance
283 static int test_http_url_path_query_ok(const char *url, const char *exp_path_qu) in test_http_url_path_query_ok() function304 return test_http_url_path_query_ok("http://usr@host:1/p?q=x#frag", "/p?q=x") in test_http_url_path_query()305 && test_http_url_path_query_ok("http://host?query#frag", "/?query") in test_http_url_path_query()306 && test_http_url_path_query_ok("http://host:9999#frag", "/"); in test_http_url_path_query()
Completed in 13 milliseconds