Searched refs:g_hash_table_new_full (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dicons.c82 icon_cache->cache = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, g_object_unref);
H A Dnotify.c150 active_notifications = g_hash_table_new_full( g_int_hash, g_int_equal,
H A Dactions.c266 g_hash_table_new_full( g_str_hash, g_str_equal, g_free, NULL );
H A Ddetails.c1743 di->peer_hash = g_hash_table_new_full( g_str_hash,
1749 di->webseed_hash = g_hash_table_new_full( g_str_hash,
2376 di->tracker_hash = g_hash_table_new_full( g_str_hash,
H A Dfilter.c137 GHashTable * hosts_hash = g_hash_table_new_full( g_str_hash, g_str_equal, NULL, g_free );
H A Dtr-core.c1612 pendingRequests = g_hash_table_new_full( g_int_hash, g_int_equal, g_free, g_free );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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);
/netgear-R7000-V1.0.7.12_1.2.5/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 228 milliseconds