Searched refs:gconv_cache (Results 1 – 2 of 2) sorted by relevance
34 static void *gconv_cache; variable42 return gconv_cache; in __gconv_get_cache()86 if (gconv_cache == NULL) in __gconv_load_cache()96 free (gconv_cache); in __gconv_load_cache()97 gconv_cache = NULL; in __gconv_load_cache()125 free (gconv_cache); in __gconv_load_cache()132 gconv_cache = NULL; in __gconv_load_cache()231 if (gconv_cache == NULL) in __gconv_compare_alias_cache()257 if (gconv_cache == NULL) in __gconv_lookup_cache()448 if (gconv_cache != NULL) in __gconv_release_cache()[all …]
28 gconv_builtin gconv_simple gconv_trans gconv_cache64 CFLAGS-gconv_cache.c += -DGCONV_DIR='"$(gconvdir)"'
Completed in 6 milliseconds