Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c1048 unsigned short port_max = 0; in ftp_state_use_port() local
1090 port_min = port_max = 0; in ftp_state_use_port()
1108 port_max = curlx_ultous(strtoul(port_sep + 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()
1264 if(port > port_max) { in ftp_state_use_port()

Completed in 17 milliseconds