Home
last modified time | relevance | path

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

/openssl/crypto/http/
H A Dhttp_lib.c53 const char *host, *host_end; in OSSL_parse_url() local
97 host_end = strchr(host + 1, ']'); in OSSL_parse_url()
98 if (host_end == NULL) in OSSL_parse_url()
100 p = ++host_end; in OSSL_parse_url()
103 host_end = strchr(host, ':'); in OSSL_parse_url()
104 if (host_end == NULL) in OSSL_parse_url()
105 host_end = strchr(host, '/'); in OSSL_parse_url()
106 if (host_end == NULL) in OSSL_parse_url()
107 host_end = strchr(host, '?'); in OSSL_parse_url()
108 if (host_end == NULL) in OSSL_parse_url()
[all …]

Completed in 4 milliseconds