Home
last modified time | relevance | path

Searched refs:header (Results 1 – 3 of 3) sorted by relevance

/iconv/
A Dgconv_cache.c51 struct gconvcache_header *header; in __gconv_load_cache() local
148 const struct gconvcache_header *header; in find_module_idx() local
156 + header->hash_offset); in find_module_idx()
159 idx = hval % header->hash_size; in find_module_idx()
160 hval2 = 1 + hval % (header->hash_size - 2); in find_module_idx()
162 limit = cache_size - header->string_offset; in find_module_idx()
171 if ((idx += hval2) >= header->hash_size) in find_module_idx()
172 idx -= header->hash_size; in find_module_idx()
248 const struct gconvcache_header *header; in __gconv_lookup_cache() local
264 + header->module_offset); in __gconv_lookup_cache()
[all …]
A Diconv_prog.c716 const struct gconvcache_header *header; in insert_cache() local
721 header = (const struct gconvcache_header *) __gconv_get_cache (); in insert_cache()
722 strtab = (char *) header + header->string_offset; in insert_cache()
723 hashtab = (struct hash_entry *) ((char *) header + header->hash_offset); in insert_cache()
725 for (cnt = 0; cnt < header->hash_size; ++cnt) in insert_cache()
A Diconvconfig.c1006 struct gconvcache_header header; in write_output() local
1139 memset (&header, 0, sizeof (struct gconvcache_header)); in write_output()
1141 header.magic = GCONVCACHE_MAGIC; in write_output()
1143 iov[0].iov_base = &header; in write_output()
1147 header.string_offset = total; in write_output()
1162 header.hash_offset = total; in write_output()
1163 header.hash_size = hash_size; in write_output()
1169 header.module_offset = total; in write_output()
1179 header.otherconv_offset = total; in write_output()

Completed in 11 milliseconds