Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusintrospection.c1904 static GHashTable *info_cache = NULL; variable
1930 if (G_LIKELY (info_cache != NULL)) in g_dbus_interface_info_lookup_method()
1933 cache = g_hash_table_lookup (info_cache, info); in g_dbus_interface_info_lookup_method()
1984 if (G_LIKELY (info_cache != NULL)) in g_dbus_interface_info_lookup_signal()
1987 cache = g_hash_table_lookup (info_cache, info); in g_dbus_interface_info_lookup_signal()
2038 if (G_LIKELY (info_cache != NULL)) in g_dbus_interface_info_lookup_property()
2041 cache = g_hash_table_lookup (info_cache, info); in g_dbus_interface_info_lookup_property()
2094 if (info_cache == NULL) in g_dbus_interface_info_cache_build()
2095info_cache = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, (GDestroyNotify) info_cac… in g_dbus_interface_info_cache_build()
2096 cache = g_hash_table_lookup (info_cache, info); in g_dbus_interface_info_cache_build()
[all …]