Searched refs:proxyptr (Results 1 – 1 of 1) sorted by relevance
4878 char *proxyptr; in parse_proxy() local4893 proxyptr = endofprot+3; in parse_proxy()4913 proxyptr = proxy; /* No xxx:// head: It's a HTTP proxy */ in parse_proxy()4921 atsign = strchr(proxyptr, '@'); in parse_proxy()4924 parse_login_details(proxyptr, atsign - proxyptr, in parse_proxy()4928 proxyptr = atsign + 1; in parse_proxy()4932 portptr = proxyptr; in parse_proxy()4935 if(*proxyptr == '[') { in parse_proxy()4936 char *ptr = ++proxyptr; /* advance beyond the initial bracket */ in parse_proxy()4984 if(proxyptr[0]=='/') in parse_proxy()[all …]