Searched refs:test_http_url_ok (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | http_test.c | 203 static int test_http_url_ok(const char *url, int exp_ssl, const char *exp_host, in test_http_url_ok() function 250 return test_http_url_ok("host:65535/path", 0, "host", "65535", "/path"); in test_http_url_dns() 262 return test_http_url_ok("user:pass@host/p?q#fr", 0, "host", "80", "/p"); in test_http_url_userinfo_query_fragment() 267 return test_http_url_ok("https://1.2.3.4/p/q", 1, "1.2.3.4", "443", "/p/q"); in test_http_url_ipv4() 272 return test_http_url_ok("http://[FF01::101]:6", 0, "[FF01::101]", "6", "/"); in test_http_url_ipv6()
|