Searched refs:OutState (Results 1 – 2 of 2) sorted by relevance
150 mbstate_t *OutState; in IIO_Write() local169 OutState = &This->ErrState; in IIO_Write()173 OutState = &This->OutState; in IIO_Write()188 CharLen = mbrtowc(OutChar, (const char *)&buf[NumConsumed], MB_CUR_MAX, OutState); in IIO_Write()192 (void)mbrtowc(NULL, NULL, 1, OutState); // Re-Initialize the conversion state in IIO_Write()
59 mbstate_t OutState; member