Home
last modified time | relevance | path

Searched refs:scheme_end (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/crypto/http/
H A Dhttp_lib.c44 const char *scheme, *scheme_end; in OSSL_parse_url() local
67 scheme = scheme_end = url; in OSSL_parse_url()
72 scheme_end = p; in OSSL_parse_url()
73 if (scheme_end == scheme) in OSSL_parse_url()
149 if (!copy_substring(pscheme, scheme, scheme_end) in OSSL_parse_url()
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_lib.c51 const char *scheme, *scheme_end; in OSSL_parse_url() local
75 scheme = scheme_end = url; in OSSL_parse_url()
80 scheme_end = p; in OSSL_parse_url()
81 if (scheme_end == scheme) in OSSL_parse_url()
157 if (!copy_substring(pscheme, scheme, scheme_end) in OSSL_parse_url()

Completed in 1 milliseconds