Home | History | Annotate | Download | only in ext

Lines Matching refs:__cfrom

323 	  char* __cfrom;
339 __cfrom = reinterpret_cast<char*>(__cfixed);
340 __conv = __iconv_adaptor(iconv, __desc, &__cfrom,
346 __cfrom = reinterpret_cast<char*>(__cfixed);
347 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes,
353 __from_next = reinterpret_cast<const intern_type*>(__cfrom);
361 __from_next = reinterpret_cast<const intern_type*>(__cfrom);
427 char* __cfrom;
443 __cfrom = reinterpret_cast<char*>(__cfixed);
444 __conv = __iconv_adaptor(iconv, __desc, &__cfrom,
450 __cfrom = reinterpret_cast<char*>(__cfixed);
451 __conv = __iconv_adaptor(iconv, __desc, &__cfrom,
458 __from_next = reinterpret_cast<const extern_type*>(__cfrom);
466 __from_next = reinterpret_cast<const extern_type*>(__cfrom);