Searched refs:counter_link (Results 1 – 1 of 1) sorted by relevance
252 DBusList *counter_link; /**< Preallocated link in the resource counter */ member1958 preallocated->counter_link = _dbus_list_alloc_link (connection->outgoing_counter); in _dbus_connection_preallocate_send_unlocked()1959 if (preallocated->counter_link == NULL) in _dbus_connection_preallocate_send_unlocked()1962 _dbus_counter_ref (preallocated->counter_link->data); in _dbus_connection_preallocate_send_unlocked()1992 preallocated->counter_link); in _dbus_connection_send_preallocated_unlocked_no_update()3155 _dbus_counter_unref (preallocated->counter_link->data); in dbus_connection_free_preallocated_send()3156 _dbus_list_free_link (preallocated->counter_link); in dbus_connection_free_preallocated_send()