Searched refs:DBUS_HASH_UINTPTR (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-hash.h71 DBUS_HASH_UINTPTR /**< Hash keys are integer capable to hold a pointer. */ enumerator in enum:__anon1670
H A Ddbus-userdb.c541 db->users = _dbus_hash_table_new (DBUS_HASH_UINTPTR,
547 db->groups = _dbus_hash_table_new (DBUS_HASH_UINTPTR,
H A Ddbus-hash.c322 case DBUS_HASH_UINTPTR:
673 * Only works for hash tables of type #DBUS_HASH_UINTPTR.
1018 case DBUS_HASH_UINTPTR:
1091 * of type #DBUS_HASH_UINTPTR. Returns %NULL if the value
1104 _dbus_assert (table->key_type == DBUS_HASH_UINTPTR);
1185 _dbus_assert (table->key_type == DBUS_HASH_UINTPTR);
1295 _dbus_assert (table->key_type == DBUS_HASH_UINTPTR);
1479 table3 = _dbus_hash_table_new (DBUS_HASH_UINTPTR,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dpolicy.c172 policy->rules_by_uid = _dbus_hash_table_new (DBUS_HASH_UINTPTR,
178 policy->rules_by_gid = _dbus_hash_table_new (DBUS_HASH_UINTPTR,
H A Dconnection.c427 connections->completed_by_user = _dbus_hash_table_new (DBUS_HASH_UINTPTR,

Completed in 74 milliseconds