Home
last modified time | relevance | path

Searched refs:proxy_pw (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpclientsink.c233 souphttpsink->proxy_pw = NULL; in gst_soup_http_client_sink_init()
337 g_free (souphttpsink->proxy_pw); in gst_soup_http_client_sink_set_property()
338 souphttpsink->proxy_pw = g_value_dup_string (value); in gst_soup_http_client_sink_set_property()
406 g_value_set_string (value, souphttpsink->proxy_pw); in gst_soup_http_client_sink_get_property()
460 g_free (souphttpsink->proxy_pw); in gst_soup_http_client_sink_finalize()
908 if (souphttpsink->proxy_id && souphttpsink->proxy_pw) in authenticate()
910 souphttpsink->proxy_pw); in authenticate()
Dgstsouphttpclientsink.h65 char *proxy_pw; member
Dgstsouphttpsrc.h73 gchar *proxy_pw; /* Authentication user password for proxy URI. */ member
Dgstsouphttpsrc.c621 src->proxy_pw = NULL; in gst_soup_http_src_init()
700 g_free (src->proxy_pw); in gst_soup_http_src_finalize()
784 g_free (src->proxy_pw); in gst_soup_http_src_set_property()
785 src->proxy_pw = g_value_dup_string (value); in gst_soup_http_src_set_property()
909 g_value_set_string (value, src->proxy_pw); in gst_soup_http_src_get_property()
1393 if (src->proxy_id && src->proxy_pw) { in gst_soup_http_src_authenticate_cb()
1394 _soup_auth_authenticate (auth, src->proxy_id, src->proxy_pw); in gst_soup_http_src_authenticate_cb()
1489 src->proxy_id && src->proxy_pw) { in gst_soup_http_src_got_headers()