Searched refs:iconv_open_hash (Results 1 – 1 of 1) sorted by relevance
241 static GHashTable *iconv_open_hash; variable256 iconv_open_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in iconv_cache_init()440 g_hash_table_insert (iconv_open_hash, cd, bucket->key); in open_converter()480 key = g_hash_table_lookup (iconv_open_hash, cd); in close_converter()483 g_hash_table_remove (iconv_open_hash, cd); in close_converter()