Searched refs:resconf1 (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
252 resconf1 = NULL;
254 if (idn_resconf_create(&resconf1) != idn_success ||
262 set_defaults(resconf1);
265 load_conf_file(resconf1, resconf_file);
276 conv = idn_resconf_getidnconverter(resconf1);
286 set_idncode(resconf1, in_code);
291 conv = idn_resconf_getlocalconverter(resconf1);
301 set_localcode(resconf1, in_cod
[all...]

Completed in 9 milliseconds