Home
last modified time | relevance | path

Searched refs:portp (Results 1 – 5 of 5) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLINFO_LOCAL_PORT.md25 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_LOCAL_PORT, long *portp);
H A DCURLINFO_PRIMARY_PORT.md25 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_PRIMARY_PORT, long *portp);
/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 45 milliseconds