Searched refs:portp (Results 1 – 5 of 5) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_LOCAL_PORT.md | 27 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_LOCAL_PORT, long *portp);
|
H A D | CURLINFO_PRIMARY_PORT.md | 26 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_PRIMARY_PORT, long *portp);
|
/curl/tests/server/ |
H A D | rtspd.c | 424 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 D | sws.c | 486 char *portp = NULL; in ProcessRequest() local 516 portp = p + 1; in ProcessRequest() 521 portp = strchr(doc, ':'); in ProcessRequest() 523 if(portp && (*(portp + 1) != '\0') && ISDIGIT(*(portp + 1))) { in ProcessRequest() 524 unsigned long ulnum = strtoul(portp + 1, NULL, 10); in ProcessRequest()
|
H A D | socksd.c | 574 unsigned char *portp = &buffer[SOCKS5_DSTADDR + len]; in sockit() local 575 s5port = (unsigned short)((portp[0] << 8) | (portp[1])); in sockit()
|
Completed in 25 milliseconds