Searched refs:phost (Results 1 – 7 of 7) sorted by relevance
/external/curl/lib/ |
D | cfilters.c | 83 const char **phost, const char **pdisplay_host, in Curl_cf_def_get_host() argument 87 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in Curl_cf_def_get_host() 89 *phost = cf->conn->host.name; in Curl_cf_def_get_host() 472 const char **phost, const char **pdisplay_host, in Curl_conn_get_host() argument 480 cf->cft->get_host(cf, data, phost, pdisplay_host, pport); in Curl_conn_get_host() 487 *phost = data->conn->host.name; in Curl_conn_get_host()
|
D | cfilters.h | 59 const char **phost, 205 const char **phost, const char **pdisplay_host, 459 const char **phost, const char **pdisplay_host,
|
D | socks.c | 1208 const char **phost, in socks_cf_get_host() argument 1214 *phost = cf->conn->socks_proxy.host.name; in socks_cf_get_host() 1219 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in socks_cf_get_host()
|
D | http_proxy.c | 1112 const char **phost, in http_proxy_cf_get_host() argument 1118 *phost = cf->conn->http_proxy.host.name; in http_proxy_cf_get_host() 1123 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in http_proxy_cf_get_host()
|
D | cf-socket.c | 1128 const char **phost, in cf_socket_get_host() argument 1133 *phost = cf->conn->host.name; in cf_socket_get_host()
|
/external/cronet/third_party/libevent/ |
D | http.c | 552 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) in evhttp_hostportfile() argument 596 if (phost != NULL) in evhttp_hostportfile() 597 *phost = host; in evhttp_hostportfile() 2709 char **phost, char **pport) in name_from_addr() argument 2734 *phost = strdup(ntop); in name_from_addr()
|
/external/libevent/ |
D | http.c | 4357 char **phost, char **pport) in name_from_addr() argument 4386 *phost = mm_strdup(ntop); in name_from_addr()
|