Home | History | Annotate | Download | only in server

Lines Matching refs:ulnum

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