Home
last modified time | relevance | path

Searched refs:no_proxy_list (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.h161 gchar *no_proxy_list; /* CURLOPT_NOPROXY */ member
Dgstcurlhttpsrc.c741 source->no_proxy_list = g_strdup (g_getenv ("no_proxy")); in gst_curl_http_src_init()
1218 gst_curl_setopt_str (s, handle, CURLOPT_NOPROXY, s->no_proxy_list); in gst_curl_http_src_create_easy_handle()
1625 g_free (src->no_proxy_list); in gst_curl_http_src_cleanup_instance()
1626 src->no_proxy_list = NULL; in gst_curl_http_src_cleanup_instance()