Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dghash.h88 gpointer g_hash_table_find (GHashTable *hash_table,
Dghash.c1241 g_hash_table_find (GHashTable *hash_table, in g_hash_table_find() function
Dgaliasdef.c890 #undef g_hash_table_find
891 extern __typeof (g_hash_table_find) g_hash_table_find __attribute((alias("IA__g_hash_table_find"), …
Dgalias.h883 extern __typeof (g_hash_table_find) IA__g_hash_table_find __attribute((visibility("hidden")));
884 #define g_hash_table_find IA__g_hash_table_find macro
/external/bluetooth/glib/tests/
Dhash-test.c398 pvalue = g_hash_table_find (hash_table, find_first, &value); in main()
Dtestglib.c1043 pvalue = g_hash_table_find (hash_table, find_first_that, &value); in hash_table_tests()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2020 g_hash_table_find
/external/bluetooth/glib/
DChangeLog.pre-2-4280 * glib/ghash.c (g_hash_table_find): Add "Since: 2.4"
341 * glib/glib.def : added g_hash_table_find and a
399 renames. provides g_hash_table_find().
DChangeLog.pre-2-20893 (g_hash_table_find)
DChangeLog.pre-2-14424 * glib/ghash.c: g_hash_table_find(), g_hash_table_foreach():
DNEWS2465 * Add g_hash_table_find(). [Tim Janik]