Searched refs:_dbus_hash_table_lookup_string (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-hash.h94 void* _dbus_hash_table_lookup_string (DBusHashTable *table,
H A Ddbus-server-debug-pipe.c145 if (_dbus_hash_table_lookup_string (server_pipe_hash, server_name) != NULL)
226 server = _dbus_hash_table_lookup_string (server_pipe_hash,
H A Ddbus-hash.c1049 _dbus_hash_table_lookup_string (DBusHashTable *table, function
1524 value = _dbus_hash_table_lookup_string (table1, keys[i]);
1621 _dbus_assert (_dbus_hash_table_lookup_string (table1, key) == value);
1629 _dbus_assert (_dbus_hash_table_lookup_string (table1, key) == value);
H A Ddbus-userdb-util.c257 info = _dbus_hash_table_lookup_string (db->groups_by_name,
H A Ddbus-userdb.c151 info = _dbus_hash_table_lookup_string (db->users_by_name, _dbus_string_get_const_data (username));
H A Ddbus-connection.c1649 connection = _dbus_hash_table_lookup_string (shared_connections,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dactivation.c355 entry = _dbus_hash_table_lookup_string (s_dir->entries,
363 if (_dbus_hash_table_lookup_string (activation->entries, name))
418 if (_dbus_hash_table_lookup_string (activation->entries, name))
638 entry = _dbus_hash_table_lookup_string (s_dir->entries, _dbus_string_get_const_data (&filename));
1094 pending_activation = _dbus_hash_table_lookup_string (activation->pending_activations, service_name);
1166 pending_activation = _dbus_hash_table_lookup_string (activation->pending_activations,
1546 entry = _dbus_hash_table_lookup_string (activation->entries, service_name);
1552 entry = _dbus_hash_table_lookup_string (activation->entries,
1765 pending_activation = _dbus_hash_table_lookup_string (activation->pending_activations, service_name);
H A Dservices.c147 service = _dbus_hash_table_lookup_string (registry->service_hash,
255 service = _dbus_hash_table_lookup_string (registry->service_hash,
H A Dselinux.c904 sid = _dbus_hash_table_lookup_string (service_table,
H A Dsignals.c1235 list = _dbus_hash_table_lookup_string (p->rules_by_iface, interface);
1287 _dbus_assert (_dbus_hash_table_lookup_string (p->rules_by_iface, interface)

Completed in 150 milliseconds