Lines Matching defs:default_conf
63 static idn_resconf_t default_conf;
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, actions, from, to, tolen,
238 return (idn_res_encodename(default_conf, actions, from, to, tolen));
254 return (idn_res_decodename(default_conf, actions, from, to, tolen));