Home
last modified time | relevance | path

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

/iconv/
A Dgconv_cache.c253 const struct module_entry *from_module; in __gconv_lookup_cache() local
270 from_module = &modtab[fromidx]; in __gconv_lookup_cache()
284 && __builtin_expect (from_module->extra_offset, 0) != 0) in __gconv_lookup_cache()
294 + from_module->extra_offset - 1); in __gconv_lookup_cache()
315 fromname = (char *) strtab + from_module->canonname_offset; in __gconv_lookup_cache()
358 if ((fromidx != 0 && __builtin_expect (from_module->fromname_offset, 1) == 0) in __gconv_lookup_cache()
375 result[0].__from_name = (char *) strtab + from_module->canonname_offset; in __gconv_lookup_cache()
382 if (strtab[from_module->todir_offset] != '\0') in __gconv_lookup_cache()
385 int res = find_module (strtab + from_module->todir_offset, in __gconv_lookup_cache()
386 strtab + from_module->toname_offset, in __gconv_lookup_cache()
[all …]

Completed in 4 milliseconds