Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dhttp_test.c290 static int test_http_url_frag_ok(const char *url, int exp_ssl, const char *exp_host, in test_http_url_frag_ok() argument
301 && TEST_str_eq(host, exp_host) in test_http_url_frag_ok()
321 static int test_http_url_ok(const char *url, int exp_ssl, const char *exp_host, in test_http_url_ok() argument
324 return test_http_url_frag_ok(url, exp_ssl, exp_host, exp_port, exp_path, ""); in test_http_url_ok()
341 static int test_http_url_host_ok(const char *url, const char *exp_host) in test_http_url_host_ok() argument
348 && TEST_str_eq(host, exp_host); in test_http_url_host_ok()