Home
last modified time | relevance | path

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

/third_party/glib/gio/xdgmime/
Dxdgmime.c62 static int n_caches = 0; 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()
157 n_caches++; in xdg_mime_init_from_directory()
727 for (i = 0; i < n_caches; i++) in xdg_mime_shutdown()
731 n_caches = 0; in xdg_mime_shutdown()