Home
last modified time | relevance | path

Searched refs:string_offset (Results 1 – 4 of 4) sorted by relevance

/iconv/
A Diconvconfig.h27 gidx_t string_offset; member
36 gidx_t string_offset; member
A Dgconv_cache.c114 || __builtin_expect (header->string_offset >= cache_size, 0) in __gconv_load_cache()
154 strtab = (char *) gconv_cache + header->string_offset; in find_module_idx()
162 limit = cache_size - header->string_offset; 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()
262 strtab = (char *) gconv_cache + header->string_offset; in __gconv_lookup_cache()
A Diconv_prog.c722 strtab = (char *) header + header->string_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()
A Diconvconfig.c990 while (hash_table[idx].string_offset != 0) in name_insert()
994 hash_table[idx].string_offset = strtaboffset (name->strent); in name_insert()
1147 header.string_offset = total; in write_output()

Completed in 11 milliseconds