Home | History | Annotate | Download | only in server

Lines Matching refs:ulnum

586           unsigned long ulnum = strtoul(portp+1, NULL, 10);
587 if(!ulnum || (ulnum > 65535UL))
590 req->connect_port = curlx_ultous(ulnum);
2033 unsigned long ulnum = strtoul(argv[arg], &endptr, 10);
2035 (ulnum < 1025UL) || (ulnum > 65535UL)) {
2040 port = curlx_ultous(ulnum);