Lines Matching defs:port_min
929 unsigned short port_min = 0;
972 port_min = port_max = 0;
987 port_min = curlx_ultous(strtoul(port_start + 1, NULL, 10));
993 port_max = port_min;
999 * :-4711, in this case port_min is (unsigned)-1,
1000 * therefore port_min > port_max for all cases
1003 if(port_min > port_max)
1004 port_min = port_max = 0;
1104 for(port = port_min; port <= port_max;) {
1128 port = port_min;