Searched refs:hoststr (Results 1 – 2 of 2) sorted by relevance
/third_party/curl/lib/ |
D | curl_addrinfo.c | 383 char *hoststr; in Curl_ip2addr() local 392 hoststr = strdup(hostname); in Curl_ip2addr() 393 if(!hoststr) { in Curl_ip2addr() 412 free(hoststr); in Curl_ip2addr() 418 h->h_name = hoststr; in Curl_ip2addr() 434 free(hoststr); in Curl_ip2addr()
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 185 const char *hoststr, const char *auth, 205 char hostname[1024], hoststr[1024], proto[10]; in http_open_cnx_internal() local 215 ff_url_join(hoststr, sizeof(hoststr), NULL, NULL, hostname, port, NULL); in http_open_cnx_internal() 274 h, path, local_path, hoststr, auth, proxyauth); in http_open_cnx_internal() 1400 const char *hoststr, const char *auth, in http_connect() argument 1481 av_bprintf(&request, "Host: %s\r\n", hoststr); in http_connect() 1489 if (!get_cookies(s, &cookies, path, hoststr) && cookies) { in http_connect() 2047 char hostname[1024], hoststr[1024]; in http_proxy_open() local 2061 ff_url_join(hoststr, sizeof(hoststr), NULL, NULL, hostname, port, NULL); in http_proxy_open() 2084 hoststr, in http_proxy_open()
|