Home
last modified time | relevance | path

Searched refs:host_portno (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Durl.c2880 char *host_portno; local
2938 host_portno = strchr(portptr, ':');
2939 if(host_portno) {
2941 *host_portno = '\0'; /* cut off number from host name */
2942 host_portno++;
2943 if(*host_portno) {
2944 long portparse = strtol(host_portno, &endp, 10);
2947 host_portno);

Completed in 5 milliseconds