Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/xdgmime/
Dxdgmime.c54 static XdgGlobHash *global_hash = NULL; variable
168 _xdg_mime_glob_read_from_file (global_hash, file_name); in xdg_mime_init_from_directory()
178 _xdg_mime_glob_read_from_file (global_hash, file_name); in xdg_mime_init_from_directory()
449 global_hash = _xdg_glob_hash_new (); in xdg_mime_init()
511 n = _xdg_glob_hash_lookup_file_name (global_hash, base_name, mime_types, 5); in xdg_mime_get_mime_type_for_file()
572 if (_xdg_glob_hash_lookup_file_name (global_hash, file_name, &mime_type, 1)) in xdg_mime_get_mime_type_from_file_name()
588 return _xdg_glob_hash_lookup_file_name (global_hash, file_name, mime_types, n_mime_types); in xdg_mime_get_mime_types_from_file_name()
611 if (global_hash) in xdg_mime_shutdown()
613 _xdg_glob_hash_free (global_hash); in xdg_mime_shutdown()
614 global_hash = NULL; in xdg_mime_shutdown()
[all …]
/external/tesseract/wordrec/
Dclosed.cpp41 HASH_TABLE global_hash = NULL; variable
126 if (global_hash == NULL) in new_hash_table()
129 ht = global_hash; in new_hash_table()
Dclosed.h44 extern HASH_TABLE global_hash;
55 global_hash = table
Dtface.cpp182 if (global_hash != NULL) { in program_editdown()
183 free_mem(global_hash); in program_editdown()
184 global_hash = NULL; in program_editdown()