Home
last modified time | relevance | path

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

/external/dbus/bus/
Dconnection.c113 int current_count; in get_connections_for_uid() local
120 current_count = _DBUS_POINTER_TO_INT (val); in get_connections_for_uid()
122 return current_count; in get_connections_for_uid()
130 int current_count; in adjust_connections_for_uid() local
132 current_count = get_connections_for_uid (connections, uid); in adjust_connections_for_uid()
136 uid, current_count, adjustment, current_count + adjustment); in adjust_connections_for_uid()
138 _dbus_assert (current_count >= 0); in adjust_connections_for_uid()
140 current_count += adjustment; in adjust_connections_for_uid()
142 _dbus_assert (current_count >= 0); in adjust_connections_for_uid()
144 if (current_count == 0) in adjust_connections_for_uid()
[all …]