Searched refs:GHashTable (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dghash.in.h38 typedef struct _GHashTable GHashTable; typedef in typeref:struct:_GHashTable
46 GHashTable* g_hash_table_new (GHashFunc hash_func,
48 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
53 void g_hash_table_destroy (GHashTable *hash_table);
55 void g_hash_table_insert (GHashTable *hash_table,
59 void g_hash_table_replace (GHashTable *hash_table,
62 gboolean g_hash_table_remove (GHashTable *hash_table,
64 void g_hash_table_remove_all (GHashTable *hash_table);
65 gboolean g_hash_table_steal (GHashTable *hash_table,
67 void g_hash_table_steal_all (GHashTable *hash_tabl
[all...]
H A Dghash.c80 static void g_hash_table_resize (GHashTable *hash_table);
81 static GHashNode** g_hash_table_lookup_node (GHashTable *hash_table,
92 static guint g_hash_table_foreach_remove_or_steal (GHashTable *hash_table,
103 * #GHashTable data structure. The g_direct_hash(), g_int_hash() and
107 * used when looking up keys in the #GHashTable. The g_direct_equal(),
113 * Creates a new #GHashTable with a reference count of 1.
115 * Return value: a new #GHashTable.
117 GHashTable*
130 * used when removing the entry from the #GHashTable or %NULL if you
133 * value used when removing the entry from the #GHashTable o
[all...]
H A Dgstring.c54 GHashTable *const_table;
72 * parameter, when using strings as keys in a #GHashTable.
92 * when using strings as keys in a #GHashTable.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.in.h38 typedef struct _GHashTable GHashTable; typedef in typeref:struct:_GHashTable
46 GHashTable* g_hash_table_new (GHashFunc hash_func,
48 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
53 void g_hash_table_destroy (GHashTable *hash_table);
55 void g_hash_table_insert (GHashTable *hash_table,
59 void g_hash_table_replace (GHashTable *hash_table,
62 gboolean g_hash_table_remove (GHashTable *hash_table,
64 void g_hash_table_remove_all (GHashTable *hash_table);
65 gboolean g_hash_table_steal (GHashTable *hash_table,
67 void g_hash_table_steal_all (GHashTable *hash_tabl
[all...]
H A Dghash.c80 static void g_hash_table_resize (GHashTable *hash_table);
81 static GHashNode** g_hash_table_lookup_node (GHashTable *hash_table,
92 static guint g_hash_table_foreach_remove_or_steal (GHashTable *hash_table,
103 * #GHashTable data structure. The g_direct_hash(), g_int_hash() and
107 * used when looking up keys in the #GHashTable. The g_direct_equal(),
113 * Creates a new #GHashTable with a reference count of 1.
115 * Return value: a new #GHashTable.
117 GHashTable*
130 * used when removing the entry from the #GHashTable or %NULL if you
133 * value used when removing the entry from the #GHashTable o
[all...]
H A Dgstring.c54 GHashTable *const_table;
72 * parameter, when using strings as keys in a #GHashTable.
92 * when using strings as keys in a #GHashTable.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.c58 GHashTable *services;
68 GHashTable *entries;
274 static void _set_entry(GHashTable * table, const guint8 * key, gsize ksize,
292 static GHashTable *_string_list_to_hash(AvahiStringList * list) {
293 GHashTable *ret;
338 static AvahiStringList *_hash_to_string_list(GHashTable * table) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c73 static GHashTable *service_type_hash_table = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Davahi-ui.c78 GHashTable *service_type_names;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-style.c157 static GHashTable *gv_prop_hash = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-style.c157 static GHashTable *gv_prop_hash = NULL;

Completed in 207 milliseconds