Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-userdb.c612 _dbus_hash_table_unref (db->users); in _dbus_user_database_unref()
615 _dbus_hash_table_unref (db->groups); in _dbus_user_database_unref()
618 _dbus_hash_table_unref (db->users_by_name); in _dbus_user_database_unref()
621 _dbus_hash_table_unref (db->groups_by_name); in _dbus_user_database_unref()
Ddbus-hash.c361 _dbus_hash_table_unref (DBusHashTable *table) in _dbus_hash_table_unref() function
1559 _dbus_hash_table_unref (table1); in _dbus_hash_test()
1560 _dbus_hash_table_unref (table2); in _dbus_hash_test()
1561 _dbus_hash_table_unref (table3); in _dbus_hash_test()
1562 _dbus_hash_table_unref (table1); in _dbus_hash_test()
1563 _dbus_hash_table_unref (table2); in _dbus_hash_test()
1564 _dbus_hash_table_unref (table3); in _dbus_hash_test()
1722 _dbus_hash_table_unref (table1); in _dbus_hash_test()
1723 _dbus_hash_table_unref (table2); in _dbus_hash_test()
1817 _dbus_hash_table_unref (table1); in _dbus_hash_test()
[all …]
Ddbus-hash.h78 void _dbus_hash_table_unref (DBusHashTable *table);
Ddbus-server-debug-pipe.c96 _dbus_hash_table_unref (server_pipe_hash); in pipe_hash_unref()
Ddbus-mainloop.c144 _dbus_hash_table_unref (loop->watches); in _dbus_loop_new()
185 _dbus_hash_table_unref (loop->watches); in _dbus_loop_unref()
Ddbus-connection.c1402 _dbus_hash_table_unref (pending_replies); in _dbus_connection_new_for_transport()
1583 _dbus_hash_table_unref (shared_connections); in shared_connections_shutdown()
1629 _dbus_hash_table_unref (shared_connections); in connection_lookup_shared()
2714 _dbus_hash_table_unref (connection->pending_replies); in _dbus_connection_last_unref()
/external/dbus/bus/
Dactivation.c128 _dbus_hash_table_unref (dir->entries); in bus_service_directory_unref()
803 _dbus_hash_table_unref (activation->entries); in bus_activation_reload()
813 _dbus_hash_table_unref (activation->directories); in bus_activation_reload()
960 _dbus_hash_table_unref (activation->entries); in bus_activation_unref()
962 _dbus_hash_table_unref (activation->pending_activations); in bus_activation_unref()
964 _dbus_hash_table_unref (activation->directories); in bus_activation_unref()
966 _dbus_hash_table_unref (activation->environment); in bus_activation_unref()
Dservices.c129 _dbus_hash_table_unref (registry->service_hash); in bus_registry_unref()
135 _dbus_hash_table_unref (registry->service_sid_table); in bus_registry_unref()
699 _dbus_hash_table_unref (registry->service_sid_table); in bus_registry_set_service_context_table()
Dpolicy.c224 _dbus_hash_table_unref (policy->rules_by_uid); in bus_policy_unref()
230 _dbus_hash_table_unref (policy->rules_by_gid); in bus_policy_unref()
Dconnection.c461 _dbus_hash_table_unref (connections->completed_by_user); in bus_connections_new()
523 _dbus_hash_table_unref (connections->completed_by_user); in bus_connections_unref()
Dsignals.c1203 _dbus_hash_table_unref (p->rules_by_iface); in bus_matchmaker_new()
1317 _dbus_hash_table_unref (p->rules_by_iface); in bus_matchmaker_unref()
Dbus.c685 _dbus_hash_table_unref (service_context_table); in process_config_postinit()
Dconfig-parser.c524 _dbus_hash_table_unref (parser->service_context_table); in bus_config_parser_unref()
/external/dbus/
DChangeLog.pre-1-013175 * dbus/dbus-hash.c (_dbus_hash_table_unref):