Searched refs:DBUS_HASH_INT (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-hash.h70 DBUS_HASH_INT, /**< Hash keys are integers. */ enumerator in enum:__anon1670
H A Ddbus-hash.c321 case DBUS_HASH_INT:
654 * Only works for hash tables of type #DBUS_HASH_INT.
730 * For a hash table of type #DBUS_HASH_INT, cast the int
1017 case DBUS_HASH_INT:
1066 * of type #DBUS_HASH_INT. Returns %NULL if the value
1079 _dbus_assert (table->key_type == DBUS_HASH_INT);
1157 _dbus_assert (table->key_type == DBUS_HASH_INT);
1254 _dbus_assert (table->key_type == DBUS_HASH_INT);
1474 table2 = _dbus_hash_table_new (DBUS_HASH_INT,
1576 table2 = _dbus_hash_table_new (DBUS_HASH_INT,
[all...]
H A Ddbus-mainloop.c136 loop->watches = _dbus_hash_table_new (DBUS_HASH_INT, NULL,
H A Ddbus-connection.c1285 _dbus_hash_table_new (DBUS_HASH_INT,

Completed in 84 milliseconds