Searched refs:connection_data_unref (Results 1 – 1 of 1) sorted by relevance
/external/avahi/avahi-common/ |
D | dbus-watch-glue.c | 76 static void connection_data_unref(ConnectionData *d) { in connection_data_unref() function 112 connection_data_unref(d); in dispatch_timeout_callback() 333 …ch, remove_watch, watch_toggled, connection_data_ref(d), (DBusFreeFunction)connection_data_unref))) in avahi_dbus_connection_glue() 336 …remove_timeout, timeout_toggled, connection_data_ref(d), (DBusFreeFunction)connection_data_unref))) in avahi_dbus_connection_glue() 339 …atus_function(c, dispatch_status, connection_data_ref(d), (DBusFreeFunction)connection_data_unref); in avahi_dbus_connection_glue() 344 connection_data_unref(d); in avahi_dbus_connection_glue()
|