Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dhttp_test.c289 static int test_http_url_ok(const char *url, int exp_ssl, const char *exp_host, in test_http_url_ok() function
336 return test_http_url_ok("host:65535/path", 0, "host", "65535", "/path"); in test_http_url_dns()
341 return test_http_url_ok("host/p/2017-01-03T00:00:00", 0, "host", "80", in test_http_url_timestamp()
343 && test_http_url_ok("http://host/p/2017-01-03T00:00:00", 0, "host", in test_http_url_timestamp()
345 && test_http_url_ok("https://host/p/2017-01-03T00:00:00", 1, "host", in test_http_url_timestamp()
358 return test_http_url_ok("user:pass@host/p?q#fr", 0, "host", "80", "/p"); in test_http_url_userinfo_query_fragment()
363 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()
368 return test_http_url_ok("http://[FF01::101]:6", 0, "[FF01::101]", "6", "/"); in test_http_url_ipv6()