Searched refs:hashtab (Results 1 – 10 of 10) sorted by relevance
27 struct hashtab struct44 inline static struct hashtab * argument47 struct hashtab *ht = malloc (sizeof (struct hashtab)); in htab_create()70 htab_delete (struct hashtab *htab) in htab_delete()89 find_empty_slot_for_expand (struct hashtab *htab, int hash) in find_empty_slot_for_expand()121 htab_expand (struct hashtab *htab, int (*hash_fn) (void *)) in htab_expand()183 htab_find_slot (struct hashtab *htab, void *ptr, int insert, in htab_find_slot()
150 const struct hash_entry *hashtab; in find_module_idx() local155 hashtab = (struct hash_entry *) ((char *) gconv_cache in find_module_idx()163 while (hashtab[idx].string_offset != 0) in find_module_idx()164 if (hashtab[idx].string_offset < limit in find_module_idx()165 && strcmp (str, strtab + hashtab[idx].string_offset) == 0) in find_module_idx()167 *idxp = hashtab[idx].module_idx; in find_module_idx()
718 const struct hash_entry *hashtab; in insert_cache() local723 hashtab = (struct hash_entry *) ((char *) header + header->hash_offset); in insert_cache()726 if (hashtab[cnt].string_offset != 0) in insert_cache()728 const char *str = strtab + hashtab[cnt].string_offset; in insert_cache()
87 struct hashtab *ht; in _dl_make_tlsdesc_dynamic()
840 const stridx_t *hashtab in print_database() local845 if (hashtab[hidx] != ~((stridx_t) 0)) in print_database()849 valstrtab + hashtab[hidx]); in print_database()
3122 * include/inline-hashtab.h: ...here.6615 * include/inline-hashtab.h (htab_delete): Likewise.6698 * include/inline-hashtab.h (higher_prime_number): Fix type of mid6869 * include/inline-hashtab.h: New file, copied from 2005's
12547 * include/inline-hashtab.h: Modified.12613 Remove weak declaration of free from <inline-hashtab.h>12615 * include/inline-hashtab.h: Modified.
14642 inline-hashtab.h
1421 include/inline-hashtab.h: