Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c928 unsigned short port_max = 0; in ftp_state_use_port() local
979 port_min = port_max = 0; in ftp_state_use_port()
1000 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10)); in ftp_state_use_port()
1003 port_max = port_min; in ftp_state_use_port()
1013 if(port_min > port_max) in ftp_state_use_port()
1014 port_min = port_max = 0; in ftp_state_use_port()
1109 for(port = port_min; port <= port_max;) { in ftp_state_use_port()
1152 if(port > port_max) { in ftp_state_use_port()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py94 port_min, port_max = port_arg.split(':')
95 return range(int(port_min), int(port_max) + 1)