Home
last modified time | relevance | path

Searched refs:test_http_url_path_query_ok (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dhttp_test.c283 static int test_http_url_path_query_ok(const char *url, const char *exp_path_qu) in test_http_url_path_query_ok() function
304 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