Home
last modified time | relevance | path

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

/external/curl/lib/
Durlapi.c493 char *portptr = NULL; in Curl_parse_port() local
504 portptr = &hostname[len]; in Curl_parse_port()
510 portptr = &hostname[--zonelen + len + 1]; in Curl_parse_port()
519 if(portptr && *portptr) { in Curl_parse_port()
520 if(*portptr != ':') in Curl_parse_port()
524 portptr = NULL; in Curl_parse_port()
527 portptr = strchr(hostname, ':'); in Curl_parse_port()
529 if(portptr) { in Curl_parse_port()
537 if(!portptr[1]) { in Curl_parse_port()
538 *portptr = '\0'; in Curl_parse_port()
[all …]
Durl.c2481 char *portptr; in parse_proxy() local
2543 portptr = proxyptr; in parse_proxy()
2565 portptr = ptr; in parse_proxy()
2573 prox_portno = strchr(portptr, ':'); in parse_proxy()
3179 char *portptr; in parse_connect_to_host_port() local
3199 portptr = hostptr; in parse_connect_to_host_port()
3222 portptr = ptr; in parse_connect_to_host_port()
3235 host_portno = strchr(portptr, ':'); in parse_connect_to_host_port()