Searched refs:gl_hash_entry_t (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_anyhash_list1.h27 typedef struct gl_hash_entry * gl_hash_entry_t; typedef in typeref:struct:gl_hash_entry
H A Dgl_anyhash_list2.h100 gl_hash_entry_t *old_table = list->table;
102 gl_hash_entry_t *new_table = XCALLOC (new_size, gl_hash_entry_t);
108 gl_hash_entry_t node = old_table[--i];
112 gl_hash_entry_t next = node->hash_next;
H A Dgl_linkedhash_list.c71 gl_hash_entry_t *p;
H A Dgl_anylinked_list2.h55 list->table = XCALLOC (list->table_size, gl_hash_entry_t);
86 list->table = XCALLOC (list->table_size, gl_hash_entry_t);

Completed in 99 milliseconds