Home
last modified time | relevance | path

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

/curl/lib/
H A Durl.c2835 char *host_portno; local
2893 host_portno = strchr(portptr, ':');
2894 if(host_portno) {
2896 *host_portno = '\0'; /* cut off number from hostname */
2897 host_portno++;
2898 if(*host_portno) {
2899 long portparse = strtol(host_portno, &endp, 10);
2902 host_portno);

Completed in 15 milliseconds