Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c2711 char *atsign; in parse_proxy() local
2761 atsign = strchr(proxyptr, '@'); in parse_proxy()
2762 if(atsign) { in parse_proxy()
2764 Curl_parse_login_details(proxyptr, atsign - proxyptr, in parse_proxy()
2768 proxyptr = atsign + 1; in parse_proxy()
2835 atsign = strchr(proxyptr, '/'); in parse_proxy()
2836 if(atsign) in parse_proxy()
2837 *atsign = '\0'; /* cut off path part from host name */ in parse_proxy()