Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-connection.c283 int n_outgoing; /**< Length of outgoing queue. */ member
653 connection->n_outgoing -= 1; in _dbus_connection_message_sent_unlocked()
668 connection, connection->n_outgoing); in _dbus_connection_message_sent_unlocked()
1215 if (connection->n_outgoing == 0) in _dbus_connection_do_iteration_unlocked()
1999 connection->n_outgoing += 1; in _dbus_connection_send_preallocated_unlocked_no_update()
2018 connection->n_outgoing); in _dbus_connection_send_preallocated_unlocked_no_update()
2047 if (connection->n_outgoing > 0) in _dbus_connection_send_preallocated_unlocked_no_update()
3570 while (connection->n_outgoing > 0 && in _dbus_connection_flush_unlocked()
4163 if (connection->n_outgoing > 0) in notify_disconnected_unlocked()
4168 connection->n_outgoing); in notify_disconnected_unlocked()
[all …]