Lines Matching refs:info_cache
1904 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()
2095 …info_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()
2113 g_hash_table_insert (info_cache, info, cache); in g_dbus_interface_info_cache_build()
2134 if (G_UNLIKELY (info_cache == NULL)) in g_dbus_interface_info_cache_release()
2140 cache = g_hash_table_lookup (info_cache, info); in g_dbus_interface_info_cache_release()
2149 g_hash_table_remove (info_cache, info); in g_dbus_interface_info_cache_release()