Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c2893 char *host_portno; local
2950 host_portno = strchr(portptr, ':');
2951 if(host_portno) {
2953 *host_portno = '\0'; /* cut off number from host name */
2954 host_portno++;
2955 if(*host_portno) {
2956 long portparse = strtol(host_portno, &endp, 10);
2959 host_portno);