Lines Matching refs:step
61 __gconv_get_builtin_trans (const char *name, struct __gconv_step *step) in __gconv_get_builtin_trans() argument
71 step->__fct = map[cnt].fct; in __gconv_get_builtin_trans()
72 step->__btowc_fct = map[cnt].btowc_fct; in __gconv_get_builtin_trans()
73 step->__init_fct = NULL; in __gconv_get_builtin_trans()
74 step->__end_fct = NULL; in __gconv_get_builtin_trans()
75 step->__shlib_handle = NULL; in __gconv_get_builtin_trans()
76 step->__modname = NULL; in __gconv_get_builtin_trans()
78 step->__min_needed_from = map[cnt].min_needed_from; in __gconv_get_builtin_trans()
79 step->__max_needed_from = map[cnt].max_needed_from; in __gconv_get_builtin_trans()
80 step->__min_needed_to = map[cnt].min_needed_to; in __gconv_get_builtin_trans()
81 step->__max_needed_to = map[cnt].max_needed_to; in __gconv_get_builtin_trans()
84 step->__stateful = 0; in __gconv_get_builtin_trans()