Searched refs:ascii_from (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dres.c1096 char *ascii_from = NULL; local
1115 new_buffer = (char *) realloc(ascii_from, from_length);
1120 ascii_from = new_buffer;
1121 r = idn_ucs4_ucs4toutf8(from, ascii_from, from_length);
1142 r = idn_converter_convtoucs4(idn_converter, ascii_from, to,
1163 free(ascii_from);

Completed in 12 milliseconds