Home
last modified time | relevance | path

Searched refs:hashtab (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/include/
Dinline-hashtab.h27 struct hashtab struct
44 inline static struct hashtab * argument
47 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()
/glibc-2.36/iconv/
Dgconv_cache.c150 const struct hash_entry *hashtab; in find_module_idx() local
155 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()
Diconv_prog.c718 const struct hash_entry *hashtab; in insert_cache() local
723 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()
/glibc-2.36/elf/
Dtlsdeschtab.h87 struct hashtab *ht; in _dl_make_tlsdesc_dynamic()
/glibc-2.36/nss/
Dmakedb.c840 const stridx_t *hashtab in print_database() local
845 if (hashtab[hidx] != ~((stridx_t) 0)) in print_database()
849 valstrtab + hashtab[hidx]); in print_database()
/glibc-2.36/ChangeLog.old/
DChangeLog.173122 * include/inline-hashtab.h: ...here.
6615 * include/inline-hashtab.h (htab_delete): Likewise.
6698 * include/inline-hashtab.h (higher_prime_number): Fix type of mid
6869 * include/inline-hashtab.h: New file, copied from 2005's
DChangeLog.2112547 * include/inline-hashtab.h: Modified.
12613 Remove weak declaration of free from <inline-hashtab.h>
12615 * include/inline-hashtab.h: Modified.
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C14642 inline-hashtab.h
Dfilelist#en_US.UTF-814642 inline-hashtab.h
/glibc-2.36/
DCONTRIBUTED-BY1421 include/inline-hashtab.h: