Searched refs:port_start (Results 1 – 1 of 1) sorted by relevance
1027 char *port_start = NULL; in ftp_state_use_port() local1067 if((port_start = strchr(ip_end, ':')) != NULL) { in ftp_state_use_port()1068 port_min = curlx_ultous(strtoul(port_start+1, NULL, 10)); in ftp_state_use_port()1069 if((port_sep = strchr(port_start, '-')) != NULL) { in ftp_state_use_port()