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

/external/curl/lib/
H A Dftp.c1027 char *port_start = NULL; local
1067 if((port_start = strchr(ip_end, ':')) != NULL) {
1068 port_min = curlx_ultous(strtoul(port_start+1, NULL, 10));
1069 if((port_sep = strchr(port_start, '-')) != NULL) {

Completed in 29 milliseconds