Searched refs:pport (Results 1 – 7 of 7) sorted by relevance
/curl/lib/ |
H A D | http_proxy.h | 35 int *pport, bool *pipv6_ip); 49 int *pport);
|
H A D | http_proxy.c | 57 int *pport, bool *pipv6_ip) in Curl_http_proxy_get_destination() argument 70 *pport = cf->conn->secondary_port; in Curl_http_proxy_get_destination() 72 *pport = cf->conn->conn_to_port; in Curl_http_proxy_get_destination() 74 *pport = cf->conn->remote_port; in Curl_http_proxy_get_destination() 246 int *pport) in Curl_cf_http_proxy_get_host() argument 252 *pport = (int)cf->conn->http_proxy.port; in Curl_cf_http_proxy_get_host() 255 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in Curl_cf_http_proxy_get_host()
|
H A D | cfilters.h | 71 int *pport); typedef 245 int *pport); 544 int *pport);
|
H A D | cfilters.c | 75 int *pport) in Curl_cf_def_get_host() argument 78 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in Curl_cf_def_get_host() 82 *pport = cf->conn->primary.remote_port; in Curl_cf_def_get_host() 605 int *pport) in Curl_conn_get_host() argument 612 cf->cft->get_host(cf, data, phost, pdisplay_host, pport); in Curl_conn_get_host() 621 *pport = data->conn->remote_port; in Curl_conn_get_host()
|
H A D | socks.c | 1232 int *pport) in socks_cf_get_host() argument 1238 *pport = (int)cf->conn->socks_proxy.port; in socks_cf_get_host() 1241 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in socks_cf_get_host()
|
H A D | cf-socket.c | 1400 int *pport) in cf_socket_get_host() argument 1406 *pport = ctx->ip.remote_port; in cf_socket_get_host()
|
/curl/tests/http/testenv/ |
H A D | curl.py | 505 pport = self.env.pts_port(proto) if tunnel else self.env.proxys_port
|
Completed in 23 milliseconds