Home
last modified time | relevance | path

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

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgcharset.c196 static GPrivate cache_private = G_PRIVATE_INIT (charset_cache_free); in g_get_charset() local
197 GCharsetCache *cache = g_private_get (&cache_private); in g_get_charset()
201 cache = g_private_set_alloc0 (&cache_private, sizeof (GCharsetCache)); in g_get_charset()
233 static GPrivate cache_private = G_PRIVATE_INIT (charset_cache_free); in _g_get_time_charset() local
234 GCharsetCache *cache = g_private_get (&cache_private); in _g_get_time_charset()
273 static GPrivate cache_private = G_PRIVATE_INIT (charset_cache_free); in _g_get_ctype_charset() local
274 GCharsetCache *cache = g_private_get (&cache_private); in _g_get_ctype_charset()
354 static GPrivate cache_private = G_PRIVATE_INIT (charset_cache_free); in g_get_console_charset() local
355 GCharsetCache *cache = g_private_get (&cache_private); in g_get_console_charset()
790 GHashTable *cache = g_private_get (&cache_private); in g_get_language_names_with_category()
[all …]
H A Dgconvert.c1148 static GPrivate cache_private = G_PRIVATE_INIT (filename_charset_cache_free); in g_get_filename_charsets() local
1149 GFilenameCharsetCache *cache = g_private_get (&cache_private); in g_get_filename_charsets()
1153 cache = g_private_set_alloc0 (&cache_private, sizeof (GFilenameCharsetCache)); in g_get_filename_charsets()
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dmhcachesbr.c41 char *cache_private; variable
188 if (cache_private in find_cache()
190 && find_cache_aux (writing ? 2 : 0, cache_private, id, in find_cache()
213 if (cache_private in find_cache()
214 && find_cache_aux (writing ? 2 : 0, cache_private, id, in find_cache()
H A Dmhlist.c250 if (!(cache_private = context_find (nmhprivcache))) in main()
251 cache_private = ".cache"; in main()
252 cache_private = getcpy (m_maildir (cache_private)); in main()
H A Dmhstore.c257 if (!(cache_private = context_find (nmhprivcache))) in main()
258 cache_private = ".cache"; in main()
259 cache_private = getcpy (m_maildir (cache_private)); in main()
H A Dmhbuild.c314 if (!(cache_private = context_find (nmhprivcache))) in main()
315 cache_private = ".cache"; in main()
316 cache_private = getcpy (m_maildir (cache_private)); in main()
H A Dmhshow.c328 if (!(cache_private = context_find (nmhprivcache))) in main()
329 cache_private = ".cache"; in main()
330 cache_private = getcpy (m_maildir (cache_private)); in main()
H A Dmhn.c349 if (!(cache_private = context_find (nmhprivcache))) in main()
350 cache_private = ".cache"; in main()
351 cache_private = getcpy (m_maildir (cache_private)); in main()
/dports/mail/nmh/nmh-1.7.1/h/
H A Dmhcachesbr.h27 extern char *cache_private;
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A Dccompiler_opt.py748 self.cache_private = set()
783 if attr in other_cache.cache_private or \
2117 self.cache_private.add("sources_status")
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgutils.c3434 static GStaticPrivate cache_private = G_STATIC_PRIVATE_INIT; in g_get_language_names() local
3435 GLanguageNamesCache *cache = g_static_private_get (&cache_private); in g_get_language_names()
3441 g_static_private_set (&cache_private, cache, language_names_cache_free); in g_get_language_names()