Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c872 unsigned short port_max = 0; in ftp_state_use_port() local
914 port_min = port_max = 0; in ftp_state_use_port()
932 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10)); in ftp_state_use_port()
935 port_max = port_min; in ftp_state_use_port()
945 if(port_min > port_max) in ftp_state_use_port()
946 port_min = port_max = 0; in ftp_state_use_port()
1044 for(port = port_min; port <= port_max;) { in ftp_state_use_port()
1085 if(port > port_max) { in ftp_state_use_port()

Completed in 13 milliseconds