Home
last modified time | relevance | path

Searched refs:portp (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/tests/server/
H A Drtspd.c427 char *portp = strchr(doc, ':'); in ProcessRequest() local
428 if(portp && (*(portp + 1) != '\0') && ISDIGIT(*(portp + 1))) in ProcessRequest()
429 req->testno = strtol(portp + 1, NULL, 10); in ProcessRequest()
H A Dsws.c487 char *portp = NULL; in ProcessRequest() local
517 portp = p + 1; in ProcessRequest()
522 portp = strchr(doc, ':'); in ProcessRequest()
524 if(portp && (*(portp + 1) != '\0') && ISDIGIT(*(portp + 1))) { in ProcessRequest()
525 unsigned long ulnum = strtoul(portp + 1, NULL, 10); in ProcessRequest()
H A Dsocksd.c577 unsigned char *portp = &buffer[SOCKS5_DSTADDR + len]; in sockit() local
578 s5port = (unsigned short)((portp[0]<<8) | (portp[1])); in sockit()

Completed in 6 milliseconds