Searched refs:string_offset (Results 1 – 4 of 4) sorted by relevance
27 gidx_t string_offset; member36 gidx_t string_offset; member
114 || __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()
722 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()
990 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