Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-hash.h102 dbus_bool_t _dbus_hash_table_remove_int (DBusHashTable *table,
Ddbus-mainloop.c234 _dbus_hash_table_remove_int (loop->watches, fd); in cull_watches_for_invalid_fd()
250 _dbus_hash_table_remove_int (loop->watches, fd); in gc_watch_table_entry()
319 _dbus_hash_table_remove_int (loop->watches, fd); in _dbus_loop_add_watch()
Ddbus-hash.c1151 _dbus_hash_table_remove_int (DBusHashTable *table, in _dbus_hash_table_remove_int() function
1545 _dbus_hash_table_remove_int (table2, i); in _dbus_hash_test()
Ddbus-connection.c1015 _dbus_hash_table_remove_int (connection->pending_replies, in _dbus_connection_detach_pending_call_unlocked()
1031 _dbus_hash_table_remove_int (connection->pending_replies, in _dbus_connection_detach_pending_call_and_unlock()
/external/dbus/
DChangeLog.pre-1-014998 (_dbus_hash_table_remove_int): return value indicates