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.md27 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_LOCAL_PORT, long *portp);
H A DCURLINFO_PRIMARY_PORT.md26 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_PRIMARY_PORT, long *portp);
/curl/tests/server/
H A Drtspd.c424 char *portp = strchr(doc, ':'); in ProcessRequest() local
425 if(portp && (*(portp + 1) != '\0') && ISDIGIT(*(portp + 1))) in ProcessRequest()
426 req->testno = strtol(portp + 1, NULL, 10); in ProcessRequest()
H A Dsws.c484 char *portp = NULL; in ProcessRequest() local
514 portp = p + 1; in ProcessRequest()
519 portp = strchr(doc, ':'); in ProcessRequest()
521 if(portp && (*(portp + 1) != '\0') && ISDIGIT(*(portp + 1))) { in ProcessRequest()
522 unsigned long ulnum = strtoul(portp + 1, NULL, 10); in ProcessRequest()
H A Dsocksd.c574 unsigned char *portp = &buffer[SOCKS5_DSTADDR + len]; in sockit() local
575 s5port = (unsigned short)((portp[0] << 8) | (portp[1])); in sockit()

Completed in 14 milliseconds