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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c134 idn_resconf_t resconf1, resconf2; local
249 * `resconf1' and `resconf2' are almost the same but local and
253 resconf2 = NULL;
255 idn_resconf_create(&resconf2) != idn_success) {
263 set_defaults(resconf2);
266 load_conf_file(resconf2, resconf_file);
283 idn_resconf_setlocalconverter(resconf2, conv);
287 set_localcode(resconf2, in_code);
298 idn_resconf_setidnconverter(resconf2, conv);
302 set_idncode(resconf2, in_cod
[all...]

Completed in 9 milliseconds