Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c2482 char *atsign; in parse_proxy() local
2532 atsign = strchr(proxyptr, '@'); in parse_proxy()
2533 if(atsign) { in parse_proxy()
2535 Curl_parse_login_details(proxyptr, atsign - proxyptr, in parse_proxy()
2539 proxyptr = atsign + 1; in parse_proxy()
2606 atsign = strchr(proxyptr, '/'); in parse_proxy()
2607 if(atsign) in parse_proxy()
2608 *atsign = '\0'; /* cut off path part from host name */ in parse_proxy()