Home
last modified time | relevance | path

Searched refs:hash_iter (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgdbusconnection.c4788 GHashTableIter hash_iter; in g_dbus_connection_list_registered_unlocked() local
4803 g_hash_table_iter_init (&hash_iter, connection->map_object_path_to_eo); in g_dbus_connection_list_registered_unlocked()
4804 while (g_hash_table_iter_next (&hash_iter, (gpointer) &object_path, NULL)) in g_dbus_connection_list_registered_unlocked()
4807 g_hash_table_iter_init (&hash_iter, connection->map_object_path_to_es); in g_dbus_connection_list_registered_unlocked()
4808 while (g_hash_table_iter_next (&hash_iter, (gpointer) &object_path, NULL)) in g_dbus_connection_list_registered_unlocked()
4844 GHashTableIter hash_iter; in handle_introspect() local
4863 g_hash_table_iter_init (&hash_iter, eo->map_if_name_to_ei); in handle_introspect()
4864 while (g_hash_table_iter_next (&hash_iter, NULL, (gpointer) &ei)) in handle_introspect()
Dgdbusmessage.c2686 GHashTableIter hash_iter; in g_dbus_message_to_blob() local
2751 g_hash_table_iter_init (&hash_iter, message->headers); in g_dbus_message_to_blob()
2752 while (g_hash_table_iter_next (&hash_iter, &key, (gpointer) &header_value)) in g_dbus_message_to_blob()