Home | History | Annotate | Download | only in server

Lines Matching defs:ulnum

1224         unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
1226 (ulnum < 1025UL) || (ulnum > 65535UL)) {
1231 port = curlx_ultous(ulnum);