• Home
  • Raw
  • Download

Lines Matching refs:cancellable

175   GCancellable *cancellable;  member
379 newconn->cancellable = g_cancellable_new (); in gst_rtsp_connection_create()
528 GCancellable * cancellable) in gst_rtsp_connection_accept() argument
539 client_sock = g_socket_accept (socket, cancellable, &err); in gst_rtsp_connection_accept()
902 conn->proxy_host, conn->proxy_port, conn->cancellable, &error); in setup_tunneling()
906 connection_uri, 0, conn->cancellable, &error); in setup_tunneling()
1057 conn->proxy_host, conn->proxy_port, conn->cancellable, &error); in gst_rtsp_connection_connect_with_response_usec()
1061 connection_uri, url_port, conn->cancellable, &error); in gst_rtsp_connection_connect_with_response_usec()
1262 guint size, gboolean block, GCancellable * cancellable) in write_bytes() argument
1277 cancellable, &err); in write_bytes()
1280 (stream), (gchar *) & buffer[*idx], left, cancellable, &err); in write_bytes()
1310 gsize * bytes_written, gboolean block, GCancellable * cancellable) in writev_bytes() argument
1321 &written, cancellable, &err))) { in writev_bytes()
1329 (stream), vectors, n_vectors, &written, cancellable, &err); in writev_bytes()
1379 gsize * bytes_written, gboolean block, GCancellable * cancellable) in writev_bytes() argument
1390 block, cancellable); in writev_bytes()
1427 count, conn->may_cancel ? conn->cancellable : NULL, err); in fill_raw_bytes()
1431 conn->may_cancel ? conn->cancellable : NULL, err); in fill_raw_bytes()
1746 conn->cancellable); in gst_rtsp_connection_write_usec()
2058 TRUE, conn->cancellable); in gst_rtsp_connection_send_messages_usec()
2931 if (conn->cancellable) in gst_rtsp_connection_free()
2932 g_object_unref (conn->cancellable); in gst_rtsp_connection_free()
2997 conn->cancellable); in gst_rtsp_connection_poll_usec()
3005 conn->cancellable); in gst_rtsp_connection_poll_usec()
3118 g_cancellable_cancel (conn->cancellable); in gst_rtsp_connection_flush()
3120 g_object_unref (conn->cancellable); in gst_rtsp_connection_flush()
3121 conn->cancellable = g_cancellable_new (); in gst_rtsp_connection_flush()
3635 g_cancellable_cancel (conn2->cancellable); in gst_rtsp_connection_do_tunnel()
3643 g_object_unref (conn2->cancellable); in gst_rtsp_connection_do_tunnel()
3644 conn2->cancellable = NULL; in gst_rtsp_connection_do_tunnel()
4130 &bytes_written, FALSE, watch->conn->cancellable); in gst_rtsp_source_dispatch_write()
4570 &bytes_written, FALSE, watch->conn->cancellable); in gst_rtsp_watch_write_serialized_messages()