Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c3070 char *host_portno; local
3128 host_portno = strchr(portptr, ':');
3129 if(host_portno) {
3131 *host_portno = '\0'; /* cut off number from host name */
3132 host_portno++;
3133 if(*host_portno) {
3134 long portparse = strtol(host_portno, &endp, 10);
3137 host_portno);