Searched refs:GHashNode (Results 1 - 2 of 2) 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.c50 typedef struct _GHashNode GHashNode; typedef in typeref:struct:_GHashNode
56 GHashNode *next;
63 GHashNode **nodes;
81 static GHashNode** g_hash_table_lookup_node (GHashTable *hash_table,
83 static GHashNode* g_hash_node_new (gpointer key,
86 static void g_hash_node_destroy (GHashNode *hash_node,
89 static void g_hash_nodes_destroy (GHashNode *hash_node,
158 hash_table->nodes = g_new0 (GHashNode*, hash_table->size);
239 static inline GHashNode**
243 GHashNode **nod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.c50 typedef struct _GHashNode GHashNode; typedef in typeref:struct:_GHashNode
56 GHashNode *next;
63 GHashNode **nodes;
81 static GHashNode** g_hash_table_lookup_node (GHashTable *hash_table,
83 static GHashNode* g_hash_node_new (gpointer key,
86 static void g_hash_node_destroy (GHashNode *hash_node,
89 static void g_hash_nodes_destroy (GHashNode *hash_node,
158 hash_table->nodes = g_new0 (GHashNode*, hash_table->size);
239 static inline GHashNode**
243 GHashNode **nod
[all...]

Completed in 85 milliseconds