Searched refs:g_hash_table_new_full (Results 1 - 6 of 6) 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.h48 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
H A Dghash.c121 return g_hash_table_new_full (hash_func, key_equal_func, NULL, NULL);
126 * g_hash_table_new_full:
143 g_hash_table_new_full (GHashFunc hash_func, function
223 * notifiers using g_hash_table_new_full(). In the latter case the destroy
433 * If the #GHashTable was created using g_hash_table_new_full(), the
472 * If the #GHashTable was created using g_hash_table_new_full(), the keys
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dghash.in.h48 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
H A Dghash.c121 return g_hash_table_new_full (hash_func, key_equal_func, NULL, NULL);
126 * g_hash_table_new_full:
143 g_hash_table_new_full (GHashFunc hash_func, function
223 * notifiers using g_hash_table_new_full(). In the latter case the destroy
433 * If the #GHashTable was created using g_hash_table_new_full(), the
472 * If the #GHashTable was created using g_hash_table_new_full(), the keys
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.c87 priv->services = g_hash_table_new_full(g_direct_hash,
296 ret = g_hash_table_new_full(_entry_hash,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Davahi-ui.c1260 d->priv->service_type_names = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free);

Completed in 176 milliseconds