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.c60 const char *host, *host_end; in OSSL_parse_url() local
104 host_end = strchr(host + 1, ']'); in OSSL_parse_url()
105 if (host_end == NULL) in OSSL_parse_url()
107 p = ++host_end; in OSSL_parse_url()
110 host_end = strchr(host, ':'); in OSSL_parse_url()
111 if (host_end == NULL) in OSSL_parse_url()
112 host_end = strchr(host, '/'); in OSSL_parse_url()
113 if (host_end == NULL) in OSSL_parse_url()
114 host_end = strchr(host, '?'); in OSSL_parse_url()
115 if (host_end == NULL) in OSSL_parse_url()
[all …]

Completed in 4 milliseconds