Searched refs:data (Results 1 – 5 of 5) sorted by relevance
/iconv/ |
A D | skeleton.c | 388 struct __gconv_step_data *data, 451 data->__outbuf = outbuf; in FUNCTION_NAME() 497 memset (data->__statep, '\0', sizeof (*data->__statep)); in FUNCTION_NAME() 653 ++data->__invocation_counter; in FUNCTION_NAME() 660 data->__outbuf = outbuf; in FUNCTION_NAME() 751 --data->__invocation_counter; in FUNCTION_NAME() 766 outbuf = data->__outbuf; in FUNCTION_NAME() 774 outbuf = data->__outbuf; in FUNCTION_NAME() 791 mbstate_t *state = data->__statep; in FUNCTION_NAME() 804 data->__statep->__count &= ~7; in FUNCTION_NAME() [all …]
|
A D | iconv_charmap.c | 330 void *data; in use_from_charmap() local 339 while (iterate_table (&from_charmap->char_table, &ptr, &key, &keylen, &data) in use_from_charmap() 342 struct charseq *in = data; in use_from_charmap() 365 void *data; in use_to_charmap() local 378 while (iterate_table (&to_charmap->char_table, &ptr, &key, &keylen, &data) in use_to_charmap() 381 struct charseq *out = data; in use_to_charmap() 407 void *data; in use_both_charmaps() local 409 while (iterate_table (&from_charmap->char_table, &ptr, &key, &keylen, &data) in use_both_charmaps() 412 struct charseq *in = (struct charseq *) data; in use_both_charmaps()
|
A D | tst-gconv-init-failure-mod.c | 26 struct __gconv_step_data *data, in gconv() argument
|
A D | loop.c | 298 void *data = step->__data; in FCTNAME() local 378 void *data = step->__data; in SINGLE() local
|
A D | gconv_int.h | 276 struct __gconv_step_data *data, \
|
Completed in 14 milliseconds