Searched refs:step (Results 1 – 8 of 8) sorted by relevance
/iconv/ |
A D | gconv_db.c | 398 step->__fct = step->__shlib_handle->fct; in increment_counter() 399 step->__init_fct = step->__shlib_handle->init_fct; in increment_counter() 400 step->__end_fct = step->__shlib_handle->end_fct; in increment_counter() 537 for (step = solution; step != NULL; step = step->next) in find_derivation() 576 for (step = first; step != NULL; step = step->next) in find_derivation() 597 for (step = first; step != NULL; in find_derivation() 598 step = step->next) in find_derivation() 621 for (step = solution; step != NULL; in find_derivation() 622 step = step->next) in find_derivation() 624 step->cost_hi = (step->code->cost_hi in find_derivation() [all …]
|
A D | gconv_builtin.c | 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() [all …]
|
A D | skeleton.c | 322 extern int gconv_init (struct __gconv_step *step); 324 gconv_init (struct __gconv_step *step) in gconv_init() argument 327 if (strcmp (step->__from_name, CHARSET_NAME) == 0) in gconv_init() 329 step->__data = FROM_DIRECTION_VAL; in gconv_init() 337 step->__btowc_fct = FROM_ONEBYTE; in gconv_init() 342 step->__data = TO_DIRECTION_VAL; in gconv_init() 346 step->__min_needed_to = TO_LOOP_MIN_NEEDED_TO; in gconv_init() 347 step->__max_needed_to = TO_LOOP_MAX_NEEDED_TO; in gconv_init() 353 step->__stateful = 1; in gconv_init() 355 step->__stateful = 0; in gconv_init() [all …]
|
A D | gconv_simple.c | 75 internal_ucs4_loop (struct __gconv_step *step, in internal_ucs4_loop() argument 168 internal_ucs4_loop_single (struct __gconv_step *step, in internal_ucs4_loop_single() argument 232 ucs4_internal_loop (struct __gconv_step *step, in ucs4_internal_loop() argument 365 ucs4_internal_loop_single (struct __gconv_step *step, in ucs4_internal_loop_single() argument 442 internal_ucs4le_loop (struct __gconv_step *step, in internal_ucs4le_loop() argument 602 ucs4le_internal_loop (struct __gconv_step *step, in ucs4le_internal_loop() argument 897 size_t step; \ 900 for (step = 2; step < 6; ++step) \ 913 outptr += step; \ 916 start[--step] = 0x80 | (wc & 0x3f); \ [all …]
|
A D | gconv_int.h | 209 extern void __gconv_release_step (struct __gconv_step *step) 254 struct __gconv_step *step) 258 extern int __gconv_transliterate (struct __gconv_step *step, 275 extern int Name (struct __gconv_step *step, \ 300 extern wint_t __gconv_btwoc_ascii (struct __gconv_step *step, unsigned char c);
|
A D | gconv_trans.c | 32 __gconv_transliterate (struct __gconv_step *step, in __gconv_transliterate() argument 54 __gconv_fct fct = step->__fct; in __gconv_transliterate() 56 if (step->__shlib_handle != NULL) in __gconv_transliterate() 126 (step, step_data, &toinptr, in __gconv_transliterate() 214 (step, step_data, &toinptr, in __gconv_transliterate()
|
A D | loop.c | 229 (step, step_data, *inptrp, \ 285 FCTNAME (LOOPFCT) (struct __gconv_step *step, in FCTNAME() 298 void *data = step->__data; in FCTNAME() 367 SINGLE(LOOPFCT) (struct __gconv_step *step, in SINGLE() 378 void *data = step->__data; in SINGLE() 511 gconv_btowc (struct __gconv_step *step, unsigned char c)
|
A D | tst-gconv-init-failure-mod.c | 25 gconv (struct __gconv_step *step, in gconv() argument
|
Completed in 23 milliseconds