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

/external/curl/lib/
H A Dftp.c1003 unsigned short port_min = 0; local
1052 port_min = port_max = 0;
1068 port_min = curlx_ultous(strtoul(port_start+1, NULL, 10));
1073 port_max = port_min;
1079 * :-4711, in this case port_min is (unsigned)-1,
1080 * therefore port_min > port_max for all cases
1083 if(port_min > port_max)
1084 port_min = port_max = 0;
1176 for(port = port_min; port <= port_max;) {
1202 port = port_min;
[all...]

Completed in 107 milliseconds