Home
last modified time | relevance | path

Searched refs:_caches (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/xdgmime/
Dxdgmime.c61 XdgMimeCache **_caches = NULL; variable
154 _caches = realloc (_caches, sizeof (XdgMimeCache *) * (n_caches + 2)); in xdg_mime_init_from_directory()
155 _caches[n_caches] = cache; in xdg_mime_init_from_directory()
156 _caches[n_caches + 1] = NULL; in xdg_mime_init_from_directory()
541 if (_caches) in xdg_mime_get_mime_type_for_data()
578 if (_caches) in xdg_mime_get_mime_type_for_file()
640 if (_caches) in xdg_mime_get_mime_type_from_file_name()
658 if (_caches) in xdg_mime_get_mime_types_from_file_name()
723 if (_caches) in xdg_mime_shutdown()
728 _xdg_mime_cache_unref (_caches[i]); in xdg_mime_shutdown()
[all …]
Dxdgmimecache.c328 for (i = 0; _caches[i]; i++) in cache_alias_lookup()
330 XdgMimeCache *cache = _caches[i]; in cache_alias_lookup()
380 for (i = 0; _caches[i]; i++) in cache_glob_lookup_literal()
382 XdgMimeCache *cache = _caches[i]; in cache_glob_lookup_literal()
439 for (i = 0; _caches[i]; i++) in cache_glob_lookup_fnmatch()
441 XdgMimeCache *cache = _caches[i]; in cache_glob_lookup_fnmatch()
566 for (i = 0; _caches[i]; i++) in cache_glob_lookup_suffix()
568 XdgMimeCache *cache = _caches[i]; in cache_glob_lookup_suffix()
710 for (i = 0; _caches[i]; i++) in _xdg_mime_cache_get_max_buffer_extents()
712 XdgMimeCache *cache = _caches[i]; in _xdg_mime_cache_get_max_buffer_extents()
[all …]
Dxdgmimecache.h49 extern XdgMimeCache **_caches;