Home
last modified time | relevance | path

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

/iconv/
A Dgconv.h65 struct __gconv_step;
71 typedef int (*__gconv_fct) (struct __gconv_step *, struct __gconv_step_data *,
76 typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char);
79 typedef int (*__gconv_init_fct) (struct __gconv_step *);
80 typedef void (*__gconv_end_fct) (struct __gconv_step *);
84 struct __gconv_step struct
143 struct __gconv_step *__steps;
A Dgconv_int.h191 struct __gconv_step **handle,
197 struct __gconv_step **handle, size_t *nsteps,
209 extern void __gconv_release_step (struct __gconv_step *step)
233 extern int __gconv_close_transform (struct __gconv_step *steps,
239 extern void __gconv_release_cache (struct __gconv_step *steps, size_t nsteps)
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 Dtst-gconv-init-failure-mod.c25 gconv (struct __gconv_step *step, in gconv()
37 gconv_init (struct __gconv_step *ignored) in gconv_init()
45 gconv_end (struct __gconv_step *ignored) in gconv_end()
A Dgconv_cache.c182 struct __gconv_step *result) in find_module()
246 struct __gconv_step **handle, size_t *nsteps, int flags) in __gconv_lookup_cache()
255 struct __gconv_step *result; in __gconv_lookup_cache()
310 (struct __gconv_step *) malloc (extra->module_cnt in __gconv_lookup_cache()
311 * sizeof (struct __gconv_step)); in __gconv_lookup_cache()
365 result = (struct __gconv_step *) malloc (2 * sizeof (struct __gconv_step)); in __gconv_lookup_cache()
446 __gconv_release_cache (struct __gconv_step *steps, size_t nsteps) in __gconv_release_cache()
A Dgconv_db.c100 struct __gconv_step *steps;
124 struct __gconv_step **handle, size_t *nsteps) in derivation_lookup()
145 struct __gconv_step *handle, size_t nsteps) in add_derivation()
195 free ((struct __gconv_step *) deriv->steps); in free_derivation()
204 __gconv_release_step (struct __gconv_step *step) in __gconv_release_step()
233 struct __gconv_step *result; in gen_steps()
243 result = (struct __gconv_step *) malloc (sizeof (struct __gconv_step) in gen_steps()
368 increment_counter (struct __gconv_step *steps, size_t nsteps) in increment_counter()
376 struct __gconv_step *step = &steps[cnt]; in increment_counter()
429 struct __gconv_step **handle, size_t *nsteps) in find_derivation()
[all …]
A Dgconv_simple.c75 internal_ucs4_loop (struct __gconv_step *step, in internal_ucs4_loop()
118 internal_ucs4_loop_unaligned (struct __gconv_step *step, in internal_ucs4_loop_unaligned()
168 internal_ucs4_loop_single (struct __gconv_step *step, in internal_ucs4_loop_single()
232 ucs4_internal_loop (struct __gconv_step *step, in ucs4_internal_loop()
296 ucs4_internal_loop_unaligned (struct __gconv_step *step, in ucs4_internal_loop_unaligned()
365 ucs4_internal_loop_single (struct __gconv_step *step, in ucs4_internal_loop_single()
442 internal_ucs4le_loop (struct __gconv_step *step, in internal_ucs4le_loop()
486 internal_ucs4le_loop_unaligned (struct __gconv_step *step, in internal_ucs4le_loop_unaligned()
539 internal_ucs4le_loop_single (struct __gconv_step *step, in internal_ucs4le_loop_single()
602 ucs4le_internal_loop (struct __gconv_step *step, in ucs4le_internal_loop()
[all …]
A Dgconv_close.c27 struct __gconv_step *srunp; in __gconv_close()
A Dskeleton.c322 extern int gconv_init (struct __gconv_step *step);
324 gconv_init (struct __gconv_step *step) in gconv_init()
387 extern int FUNCTION_NAME (struct __gconv_step *step,
394 FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data, in FUNCTION_NAME()
399 struct __gconv_step *next_step = step + 1; in FUNCTION_NAME()
A Dgconv_builtin.c61 __gconv_get_builtin_trans (const char *name, struct __gconv_step *step) in __gconv_get_builtin_trans()
A Dloop.c285 FCTNAME (LOOPFCT) (struct __gconv_step *step, in FCTNAME()
367 SINGLE(LOOPFCT) (struct __gconv_step *step, in SINGLE()
511 gconv_btowc (struct __gconv_step *step, unsigned char c)
A Dgconv_open.c36 struct __gconv_step *steps; in __gconv_open()
A Dgconv_trans.c32 __gconv_transliterate (struct __gconv_step *step, in __gconv_transliterate()

Completed in 54 milliseconds