Home
last modified time | relevance | path

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

/iconv/
A Dgconv_cache.c295 while (extra->module_cnt != 0 in __gconv_lookup_cache()
296 && extra->module[extra->module_cnt - 1].outname_offset != toidx) in __gconv_lookup_cache()
299 + (extra->module_cnt in __gconv_lookup_cache()
302 if (extra->module_cnt != 0) in __gconv_lookup_cache()
308 *nsteps = extra->module_cnt; in __gconv_lookup_cache()
310 (struct __gconv_step *) malloc (extra->module_cnt in __gconv_lookup_cache()
350 while (++idx < extra->module_cnt); in __gconv_lookup_cache()
A Diconvconfig.h52 gidx_t module_cnt; member
A Diconvconfig.c1109 extra->module_cnt = 0; in write_output()
1115 extra->module[extra->module_cnt].outname_offset = in write_output()
1118 extra->module[extra->module_cnt].dir_offset = in write_output()
1120 extra->module[extra->module_cnt].name_offset = in write_output()
1122 ++extra->module_cnt; in write_output()

Completed in 9 milliseconds