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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Dapi.c65 static idn_resconf_t default_conf; variable
118 r = idn_resconf_create(&default_conf);
123 r = idn_resconf_loadfile(default_conf, conf_file);
125 r = idn_resconf_setdefaults(default_conf);
132 if (r != idn_success && default_conf != NULL) {
133 idn_resconf_destroy(default_conf);
134 default_conf = NULL;
153 r = idn_res_encodename(default_conf, actions, from, to, tolen);
178 r = idn_res_decodename(default_conf, actions, from, to, tolen);
204 r = idn_res_decodename2(default_conf, action
[all...]

Completed in 104 milliseconds