Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.h188 gchar* custom_ca_file; /* CURLOPT_CAINFO */ member
Dgstcurlhttpsrc.c575 g_free (source->custom_ca_file); in gst_curl_http_src_set_property()
577 source->custom_ca_file = g_value_dup_string (value); in gst_curl_http_src_set_property()
660 g_value_set_string (value, source->custom_ca_file); in gst_curl_http_src_get_property()
722 source->custom_ca_file = NULL; in gst_curl_http_src_init()
1255 gst_curl_setopt_str (s, handle, CURLOPT_CAINFO, s->custom_ca_file); in gst_curl_http_src_create_easy_handle()
1661 g_free (src->custom_ca_file); in gst_curl_http_src_cleanup_instance()
1662 src->custom_ca_file = NULL; in gst_curl_http_src_cleanup_instance()