Lines Matching defs:port_max
930 unsigned short port_max = 0;
972 port_min = port_max = 0;
990 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10));
993 port_max = port_min;
1000 * therefore port_min > port_max for all cases
1001 * but port_max = (unsigned)-1
1003 if(port_min > port_max)
1004 port_min = port_max = 0;
1104 for(port = port_min; port <= port_max;) {
1145 if(port > port_max) {