Searched defs:ascii_to (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dres.c1171 char *ascii_to = NULL; local
1186 ascii_to = NULL;
1192 new_buffer = (char *) realloc(ascii_to, to_length);
1197 ascii_to = new_buffer;
1198 r = idn_converter_convfromucs4(idn_converter, from, ascii_to,
1217 r = idn_ucs4_utf8toucs4(ascii_to, to, to_length);
1240 free(ascii_to);

Completed in 58 milliseconds