Searched refs:GHashFunc (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.in.h46 GHashTable* g_hash_table_new (GHashFunc hash_func,
48 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
120 * Passing NULL into g_hash_table_new() as GHashFunc has the
H A Dghash.c64 GHashFunc hash_func;
118 g_hash_table_new (GHashFunc hash_func,
143 g_hash_table_new_full (GHashFunc hash_func,
H A Dgtypes.in.h89 typedef guint (*GHashFunc) (gconstpointer key); typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dghash.in.h46 GHashTable* g_hash_table_new (GHashFunc hash_func,
48 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
120 * Passing NULL into g_hash_table_new() as GHashFunc has the
H A Dghash.c64 GHashFunc hash_func;
118 g_hash_table_new (GHashFunc hash_func,
143 g_hash_table_new_full (GHashFunc hash_func,
H A Dgtypes.in.h89 typedef guint (*GHashFunc) (gconstpointer key); typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c354 service_type_hash_table = g_hash_table_new((GHashFunc) avahi_domain_hash, (GEqualFunc) avahi_domain_equal);

Completed in 100 milliseconds