Home
last modified time | relevance | path

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

/openssl/crypto/http/
H A Dhttp_lib.c32 static int copy_substring(char **dest, const char *start, const char *end) in copy_substring() function
157 if (!copy_substring(pscheme, scheme, scheme_end) in OSSL_parse_url()
158 || !copy_substring(phost, host, host_end) in OSSL_parse_url()
159 || !copy_substring(pport, port, port_end) in OSSL_parse_url()
160 || !copy_substring(puser, user, user_end) in OSSL_parse_url()
161 || !copy_substring(pquery, query, query_end) in OSSL_parse_url()
162 || !copy_substring(pfrag, frag, frag_end)) in OSSL_parse_url()
167 if (!copy_substring(ppath, path, path_end)) in OSSL_parse_url()

Completed in 5 milliseconds