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.c39 static int copy_substring(char **dest, const char *start, const char *end) in copy_substring() function
164 if (!copy_substring(pscheme, scheme, scheme_end) in OSSL_parse_url()
165 || !copy_substring(phost, host, host_end) in OSSL_parse_url()
166 || !copy_substring(pport, port, port_end) in OSSL_parse_url()
167 || !copy_substring(puser, user, user_end) in OSSL_parse_url()
168 || !copy_substring(pquery, query, query_end) in OSSL_parse_url()
169 || !copy_substring(pfrag, frag, frag_end)) in OSSL_parse_url()
174 if (!copy_substring(ppath, path, path_end)) in OSSL_parse_url()

Completed in 4 milliseconds