Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c949 unsigned short port_max = 0; in ftp_state_use_port() local
1000 port_min = port_max = 0; in ftp_state_use_port()
1021 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10)); in ftp_state_use_port()
1024 port_max = port_min; in ftp_state_use_port()
1034 if(port_min > port_max) in ftp_state_use_port()
1035 port_min = port_max = 0; in ftp_state_use_port()
1127 for(port = port_min; port <= port_max;) { in ftp_state_use_port()
1170 if(port > port_max) { in ftp_state_use_port()