Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-connection.c233 DBusList *counter_link; /**< Preallocated link in the resource counter */ member
1931 preallocated->counter_link = in _dbus_connection_preallocate_send_unlocked()
1933 preallocated->counter_link->data = connection->outgoing_counter; in _dbus_connection_preallocate_send_unlocked()
1937 preallocated->counter_link = _dbus_list_alloc_link (connection->outgoing_counter); in _dbus_connection_preallocate_send_unlocked()
1938 if (preallocated->counter_link == NULL) in _dbus_connection_preallocate_send_unlocked()
1942 _dbus_counter_ref (preallocated->counter_link->data); in _dbus_connection_preallocate_send_unlocked()
1971 preallocated->counter_link); in _dbus_connection_send_preallocated_unlocked_no_update()
3142 _dbus_counter_unref (preallocated->counter_link->data); in dbus_connection_free_preallocated_send()
3143 _dbus_list_free_link (preallocated->counter_link); in dbus_connection_free_preallocated_send()