Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c1047 unsigned short port_min = 0; in ftp_state_use_port() local
1090 port_min = port_max = 0; in ftp_state_use_port()
1105 port_min = curlx_ultous(strtoul(port_start + 1, NULL, 10)); in ftp_state_use_port()
1111 port_max = port_min; in ftp_state_use_port()
1121 if(port_min > port_max) in ftp_state_use_port()
1122 port_min = port_max = 0; in ftp_state_use_port()
1223 for(port = port_min; port <= port_max;) { in ftp_state_use_port()
1247 port = port_min; in ftp_state_use_port()

Completed in 13 milliseconds