Home
last modified time | relevance | path

Searched refs:tls_interaction (Results 1 – 9 of 9) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-socket-properties.c19 GTlsInteraction *tls_interaction, in soup_socket_properties_new() argument
36 props->tls_interaction = tls_interaction ? g_object_ref (tls_interaction) : NULL; in soup_socket_properties_new()
62 g_clear_object (&props->tls_interaction); in soup_socket_properties_unref()
Dsoup-socket-private.h61 GTlsInteraction *tls_interaction; member
79 GTlsInteraction *tls_interaction,
Dsoup-socket.c76 GTlsInteraction *tls_interaction; member
230 g_clear_object (&priv->tls_interaction); in soup_socket_finalize()
355 g_clear_object (&priv->tls_interaction); in soup_socket_set_property()
356 if (props->tls_interaction) in soup_socket_set_property()
357 priv->tls_interaction = g_object_ref (props->tls_interaction); in soup_socket_set_property()
1411 "interaction", priv->tls_interaction, in soup_socket_setup_ssl()
Dsoup-session.c100 GTlsInteraction *tls_interaction; member
338 g_clear_object (&priv->tls_interaction); in soup_session_finalize()
387 priv->tls_interaction, in ensure_socket_props()
688 g_clear_object(&priv->tls_interaction); in soup_session_set_property()
689 priv->tls_interaction = g_value_dup_object (value); in soup_session_set_property()
839 g_value_set_object (value, priv->tls_interaction); in soup_session_get_property()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.h103 GTlsInteraction *tls_interaction; member
Dgstsouphttpsrc.c634 src->tls_interaction = DEFAULT_TLS_INTERACTION; in gst_soup_http_src_init()
714 if (src->tls_interaction) in gst_soup_http_src_finalize()
715 g_object_unref (src->tls_interaction); in gst_soup_http_src_finalize()
816 g_clear_object (&src->tls_interaction); in gst_soup_http_src_set_property()
817 src->tls_interaction = g_value_dup_object (value); in gst_soup_http_src_set_property()
933 g_value_set_object (value, src->tls_interaction); in gst_soup_http_src_get_property()
1089 "timeout", DEFAULT_TIMEOUT, "tls-interaction", src->tls_interaction, in thread_func()
1091 "timeout", src->timeout, "tls-interaction", src->tls_interaction, in thread_func()
1209 && (src->tls_interaction == NULL) && (src->proxy == NULL) in gst_soup_http_src_session_open()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.h267 GTlsInteraction *tls_interaction; member
Dgstrtspsrc.c1454 src->tls_interaction = DEFAULT_TLS_INTERACTION; in gst_rtspsrc_init()
1540 if (rtspsrc->tls_interaction) in gst_rtspsrc_finalize()
1541 g_object_unref (rtspsrc->tls_interaction); in gst_rtspsrc_finalize()
1763 g_clear_object (&rtspsrc->tls_interaction); in gst_rtspsrc_set_property()
1764 rtspsrc->tls_interaction = g_value_dup_object (value); in gst_rtspsrc_set_property()
1936 g_value_set_object (value, rtspsrc->tls_interaction); in gst_rtspsrc_get_property()
5169 if (src->tls_interaction) in gst_rtsp_conninfo_connect()
5171 src->tls_interaction); in gst_rtsp_conninfo_connect()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c209 GTlsInteraction *tls_interaction; member
351 g_tls_connection_set_interaction (connection, rtspconn->tls_interaction); in socket_client_event()
747 old_interaction = conn->tls_interaction; in gst_rtsp_connection_set_tls_interaction()
748 conn->tls_interaction = interaction; in gst_rtsp_connection_set_tls_interaction()
774 if ((result = conn->tls_interaction)) in gst_rtsp_connection_get_tls_interaction()
2937 if (conn->tls_interaction) in gst_rtsp_connection_free()
2938 g_object_unref (conn->tls_interaction); in gst_rtsp_connection_free()