Searched refs:proxy_host (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tls.c | 97 char proxy_host[200], proxy_auth[200], dest[200]; in ff_tls_open_underlying() local 100 proxy_host, sizeof(proxy_host), &proxy_port, NULL, 0, in ff_tls_open_underlying() 103 ff_url_join(buf, sizeof(buf), "httpproxy", proxy_auth, proxy_host, in ff_tls_open_underlying()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.h | 246 gchar *proxy_host; member
|
D | gstrtspsrc.c | 1578 g_free (rtsp->proxy_host); in gst_rtspsrc_set_proxy() 1579 rtsp->proxy_host = NULL; in gst_rtspsrc_set_proxy() 1618 rtsp->proxy_host = g_strndup (p, col - p); in gst_rtspsrc_set_proxy() 1622 rtsp->proxy_host = g_strdup (p); in gst_rtspsrc_set_proxy() 1865 if (rtspsrc->proxy_host) { in gst_rtspsrc_get_property() 1867 g_strdup_printf ("%s:%d", rtspsrc->proxy_host, rtspsrc->proxy_port); in gst_rtspsrc_get_property() 5182 if (src->proxy_host) { in gst_rtsp_conninfo_connect() 5183 GST_DEBUG_OBJECT (src, "setting proxy %s:%d", src->proxy_host, in gst_rtsp_conninfo_connect() 5185 gst_rtsp_connection_set_proxy (info->connection, src->proxy_host, in gst_rtsp_conninfo_connect()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 218 gchar *proxy_host; member 900 if (conn->proxy_host) { in setup_tunneling() 902 conn->proxy_host, conn->proxy_port, conn->cancellable, &error); in setup_tunneling() 1055 if (conn->proxy_host) { in gst_rtsp_connection_connect_with_response_usec() 1057 conn->proxy_host, conn->proxy_port, conn->cancellable, &error); in gst_rtsp_connection_connect_with_response_usec() 2945 g_free (conn->proxy_host); in gst_rtsp_connection_free() 3143 g_free (conn->proxy_host); in gst_rtsp_connection_set_proxy() 3144 conn->proxy_host = g_strdup (host); in gst_rtsp_connection_set_proxy()
|