Searched refs:proxy_path (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tls.c | 62 const char *proxy_path; in ff_tls_open_underlying() local 92 proxy_path = c->http_proxy ? c->http_proxy : getenv("http_proxy"); in ff_tls_open_underlying() 94 proxy_path && av_strstart(proxy_path, "http://", NULL); in ff_tls_open_underlying() 101 proxy_path); in ff_tls_open_underlying()
|
D | http.c | 194 const char *path, *proxy_path, *lower_proto = "tcp", *local_path; in http_open_cnx_internal() local 208 proxy_path = s->http_proxy ? s->http_proxy : getenv("http_proxy"); in http_open_cnx_internal() 210 proxy_path && av_strstart(proxy_path, "http://", NULL); in http_open_cnx_internal() 247 hostname, sizeof(hostname), &port, NULL, 0, proxy_path); in http_open_cnx_internal()
|
/third_party/libwebsockets/plugins/ |
D | protocol_lws_openmetrics_export.c | 110 char proxy_path[64]; member 559 if (!strcmp(pss->proxy_path, apss->proxy_path)) in omc_lws_om_get_other_side_pss_client() 649 lws_strnncpy(pss->proxy_path, (const char *)in, len, in callback_lws_openmetrics_prox_agg() 650 sizeof(pss->proxy_path)); in callback_lws_openmetrics_prox_agg() 663 if (!strcmp((const char *)in, apss->proxy_path)) { in callback_lws_openmetrics_prox_agg() 832 pss->proxy_path, in callback_lws_openmetrics_prox_server() 845 lws_strnncpy(pss->proxy_path, (const char *)in, len, in callback_lws_openmetrics_prox_server() 846 sizeof(pss->proxy_path)); in callback_lws_openmetrics_prox_server() 850 pss->proxy_path); in callback_lws_openmetrics_prox_server()
|