Searched refs:cache_private (Results 1 – 2 of 2) sorted by relevance
190 static GPrivate cache_private = G_PRIVATE_INIT (charset_cache_free); in g_get_charset() local191 GCharsetCache *cache = g_private_get (&cache_private); in g_get_charset()195 cache = g_private_set_alloc0 (&cache_private, sizeof (GCharsetCache)); in g_get_charset()267 static GPrivate cache_private = G_PRIVATE_INIT (charset_cache_free); in g_get_console_charset() local268 GCharsetCache *cache = g_private_get (&cache_private); in g_get_console_charset()275 cache = g_private_set_alloc0 (&cache_private, sizeof (GCharsetCache)); in g_get_console_charset()702 static GPrivate cache_private = G_PRIVATE_INIT ((void (*)(gpointer)) g_hash_table_unref); in g_get_language_names_with_category() local703 GHashTable *cache = g_private_get (&cache_private); in g_get_language_names_with_category()713 g_private_set (&cache_private, cache); in g_get_language_names_with_category()
1123 static GPrivate cache_private = G_PRIVATE_INIT (filename_charset_cache_free); in g_get_filename_charsets() local1124 GFilenameCharsetCache *cache = g_private_get (&cache_private); in g_get_filename_charsets()1128 cache = g_private_set_alloc0 (&cache_private, sizeof (GFilenameCharsetCache)); in g_get_filename_charsets()