Searched defs:default_conf (Results 1 - 1 of 1) sorted by relevance
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
| H A D | api.c | 63 static idn_resconf_t default_conf; variable 116 r = idn_resconf_create(&default_conf); 121 r = idn_resconf_loadfile(default_conf, conf_file); 123 r = idn_resconf_setdefaults(default_conf); 130 if (r != idn_success && default_conf != NULL) { 131 idn_resconf_destroy(default_conf); 132 default_conf = NULL; 151 r = idn_res_encodename(default_conf, actions, from, to, tolen); 176 r = idn_res_decodename(default_conf, actions, from, to, tolen); 202 r = idn_res_decodename2(default_conf, action [all...] |
Completed in 19 milliseconds