Searched refs:conn2 (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtspconnection.c | 718 GSocketConnection *conn2 = NULL; in GST_START_TEST() local 726 create_connection (&conn1, &conn2); in GST_START_TEST() 730 ostream = g_io_stream_get_output_stream (G_IO_STREAM (conn2)); in GST_START_TEST() 758 g_object_unref (conn2); in GST_START_TEST() 766 GSocketConnection *conn2 = NULL; in GST_START_TEST() local 778 create_connection (&conn1, &conn2); in GST_START_TEST() 812 istream = g_io_stream_get_input_stream (G_IO_STREAM (conn2)); in GST_START_TEST() 837 g_object_unref (conn2); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 3600 GstRTSPConnection * conn2) in gst_rtsp_connection_do_tunnel() argument 3604 if (conn2 != NULL) { in gst_rtsp_connection_do_tunnel() 3606 GstRTSPTunnelState ts2 = conn2->tstate; in gst_rtsp_connection_do_tunnel() 3611 g_return_val_if_fail (!memcmp (conn2->tunnelid, conn->tunnelid, in gst_rtsp_connection_do_tunnel() 3618 conn->socket1 = conn2->socket0; in gst_rtsp_connection_do_tunnel() 3619 conn->stream1 = conn2->stream0; in gst_rtsp_connection_do_tunnel() 3620 conn->input_stream = conn2->input_stream; in gst_rtsp_connection_do_tunnel() 3622 conn2->output_stream = NULL; in gst_rtsp_connection_do_tunnel() 3628 conn->socket0 = conn2->socket0; in gst_rtsp_connection_do_tunnel() 3629 conn->stream0 = conn2->stream0; in gst_rtsp_connection_do_tunnel() [all …]
|
D | gstrtspconnection.h | 230 …Result gst_rtsp_connection_do_tunnel (GstRTSPConnection *conn, GstRTSPConnection *conn2);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | interworking.c | 2408 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local 2414 conn2 = cred_conn_capab_missing(wpa_s, cred2, bss); in pick_best_roaming_partner() 2416 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner() 2417 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | interworking.c | 2436 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local 2442 conn2 = cred_conn_capab_missing(wpa_s, cred2, bss); in pick_best_roaming_partner() 2444 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner() 2445 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()
|
/third_party/python/Doc/library/ |
D | multiprocessing.rst | 758 Returns a pair ``(conn1, conn2)`` of 764 used for receiving messages and ``conn2`` can only be used for sending
|