Searched refs:test_http_url_ok (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | http_test.c | 321 static int test_http_url_ok(const char *url, int exp_ssl, const char *exp_host, in test_http_url_ok() function 355 return test_http_url_ok("host:65535/path", 0, "host", "65535", "/path"); in test_http_url_dns() 360 return test_http_url_ok("1.2.3.4:5678//blahblablah", 0, "1.2.3.4", "5678", "//blahblablah"); in test_http_url_ip() 365 return test_http_url_ok("host/p/2017-01-03T00:00:00", 0, "host", "80", in test_http_url_timestamp() 367 && test_http_url_ok("http://host/p/2017-01-03T00:00:00", 0, "host", in test_http_url_timestamp() 369 && test_http_url_ok("https://host/p/2017-01-03T00:00:00", 1, "host", in test_http_url_timestamp() 396 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() 401 return test_http_url_ok("http://[FF01::101]:6", 0, "[FF01::101]", "6", "/"); in test_http_url_ipv6()
|