Home
last modified time | relevance | path

Searched refs:source_uri (Results 1 – 11 of 11) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-proxy-resolver-wrapper.c38 convert_response (SoupURI *source_uri, guint status, in convert_response() argument
46 source_uri->host); in convert_response()
50 source_uri->host); in convert_response()
70 SoupURI *source_uri = g_task_get_task_data (task); in wrapper_lookup_async_complete() local
74 proxies = convert_response (source_uri, status, proxy_uri, &error); in wrapper_lookup_async_complete()
92 SoupURI *source_uri; in soup_proxy_resolver_wrapper_lookup_async() local
95 source_uri = soup_uri_new (uri); in soup_proxy_resolver_wrapper_lookup_async()
96 g_task_set_task_data (task, source_uri, (GDestroyNotify) soup_uri_free); in soup_proxy_resolver_wrapper_lookup_async()
100 source_uri, in soup_proxy_resolver_wrapper_lookup_async()
124 SoupURI *source_uri, *proxy_uri; in soup_proxy_resolver_wrapper_lookup() local
[all …]
Dsoup-auth-basic.c69 soup_auth_basic_get_protection_space (SoupAuth *auth, SoupURI *source_uri) in soup_auth_basic_get_protection_space() argument
73 space = g_strdup (source_uri->path); in soup_auth_basic_get_protection_space()
Dsoup-auth.h38 SoupURI *source_uri);
105 SoupURI *source_uri);
Dsoup-auth-digest.c185 soup_auth_digest_get_protection_space (SoupAuth *auth, SoupURI *source_uri) in soup_auth_digest_get_protection_space() argument
208 if (uri && uri->scheme == source_uri->scheme && in soup_auth_digest_get_protection_space()
209 uri->port == source_uri->port && in soup_auth_digest_get_protection_space()
210 !strcmp (uri->host, source_uri->host)) in soup_auth_digest_get_protection_space()
Dsoup-auth.c535 soup_auth_get_protection_space (SoupAuth *auth, SoupURI *source_uri) in soup_auth_get_protection_space() argument
538 g_return_val_if_fail (source_uri != NULL, NULL); in soup_auth_get_protection_space()
540 return SOUP_AUTH_GET_CLASS (auth)->get_protection_space (auth, source_uri); in soup_auth_get_protection_space()
Dsoup-auth-negotiate.c140 soup_auth_negotiate_get_protection_space (SoupAuth *auth, SoupURI *source_uri) in soup_auth_negotiate_get_protection_space() argument
144 space = g_strdup (source_uri->path); in soup_auth_negotiate_get_protection_space()
Dsoup-auth-ntlm.c403 soup_auth_ntlm_get_protection_space (SoupAuth *auth, SoupURI *source_uri) in soup_auth_ntlm_get_protection_space() argument
407 space = g_strdup (source_uri->path); in soup_auth_ntlm_get_protection_space()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsturitranscodebin.c42 gchar *source_uri; member
164 ("Invalid URI \"%s\".", self->source_uri), (NULL)); in make_dest()
315 if (!gst_uri_is_valid (self->source_uri)) in make_source()
324 g_object_set (self->src, "uri", self->source_uri, NULL); in make_source()
337 ("Invalid URI \"%s\".", self->source_uri), (NULL)); in make_source()
532 g_value_set_string (value, self->source_uri); in gst_uri_transcode_bin_get_property()
580 g_free (self->source_uri); in gst_uri_transcode_bin_set_property()
581 self->source_uri = g_value_dup_string (value); in gst_uri_transcode_bin_set_property()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c74 gchar *source_uri; member
262 g_free (self->source_uri); in gst_transcoder_finalize()
279 g_object_set (self->transcodebin, "source-uri", self->source_uri, in gst_transcoder_constructed()
301 g_free (self->source_uri); in gst_transcoder_set_property()
302 self->source_uri = g_value_dup_string (value); in gst_transcoder_set_property()
303 GST_DEBUG_OBJECT (self, "Set source_uri=%s", self->source_uri); in gst_transcoder_set_property()
348 g_value_set_string (value, self->source_uri); in gst_transcoder_get_property()
892 gst_transcoder_new (const gchar * source_uri, in gst_transcoder_new() argument
899 g_return_val_if_fail (source_uri, NULL); in gst_transcoder_new()
905 return gst_transcoder_new_full (source_uri, dest_uri, profile); in gst_transcoder_new()
[all …]
Dgsttranscoder.h115 GstTranscoder * gst_transcoder_new (const gchar * source_uri,
120 GstTranscoder * gst_transcoder_new_full (const gchar * source_uri,
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-transcoder.c303 gchar *source_uri = gst_transcoder_get_source_uri (transcoder); in _warning_cb() local
310 " gst-discoverer-1.0 -v %s\n", stream_id, source_uri); in _warning_cb()
313 g_free (source_uri);; in _warning_cb()