Lines Matching refs:data
40 struct __gconv_step_data data; in __wcrtomb() local
47 data.__invocation_counter = 0; in __wcrtomb()
48 data.__internal_use = 1; in __wcrtomb()
49 data.__flags = __GCONV_IS_LAST; in __wcrtomb()
50 data.__statep = ps ?: &state; in __wcrtomb()
61 data.__outbuf = (unsigned char *) s; in __wcrtomb()
62 data.__outbufend = (unsigned char *) s + MB_CUR_MAX; in __wcrtomb()
77 status = DL_CALL_FCT (fct, (fcts->tomb, &data, NULL, NULL, in __wcrtomb()
81 *data.__outbuf++ = '\0'; in __wcrtomb()
89 (fcts->tomb, &data, &inbuf, in __wcrtomb()
104 result = data.__outbuf - (unsigned char *) s; in __wcrtomb()