Searched refs:hash_entry (Results 1 – 4 of 4) sorted by relevance
34 struct hash_entry struct
118 + header->hash_size * sizeof (struct hash_entry)) in __gconv_load_cache()150 const struct hash_entry *hashtab; in find_module_idx()155 hashtab = (struct hash_entry *) ((char *) gconv_cache in find_module_idx()
973 static struct hash_entry *hash_table;1042 hash_table = (struct hash_entry *) xcalloc (hash_size, in write_output()1043 sizeof (struct hash_entry)); in write_output()1165 iov[idx].iov_len = hash_size * sizeof (struct hash_entry); in write_output()
718 const struct hash_entry *hashtab; in insert_cache()723 hashtab = (struct hash_entry *) ((char *) header + header->hash_offset); in insert_cache()
Completed in 43 milliseconds