Searched defs:actions (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dapi.c139 idn_encodename(idn_action_t actions, const char *from, char *to, size_t tolen) { argument
144 TRACE(("idn_encodename(actions=%s, from=\"%s\")\n",
145 idn__res_actionstostring(actions),
151 r = idn_res_encodename(default_conf, actions, from, to, tolen);
164 idn_decodename(idn_action_t actions, const char *from, char *to, size_t tolen) { argument
169 TRACE(("idn_decodename(actions=%s, from=\"%s\", tolen=%d)\n",
170 idn__res_actionstostring(actions),
176 r = idn_res_decodename(default_conf, actions, from, to, tolen);
189 idn_decodename2(idn_action_t actions, const char *from, char *to, size_t tolen, argument
195 TRACE(("idn_decodename2(actions
226 mdn_encodename(int actions, const char *from, char *to, size_t tolen) argument
242 mdn_decodename(int actions, const char *from, char *to, size_t tolen) argument
[all...]
H A Dres.c149 static idn_result_t label_rtcheck(idn_resconf_t ctx, idn_action_t actions,
184 idn_res_encodename(idn_resconf_t ctx, idn_action_t actions, const char *from, argument
198 TRACE(("idn_res_encodename(actions=%s, from=\"%s\", tolen=%d)\n",
199 idn__res_actionstostring(actions),
202 if (actions & ~ENCODE_MASK) {
203 WARNING(("idn_res_encodename: invalid actions 0x%x\n",
204 actions));
211 if (!enabled || actions == 0) {
219 if (actions & IDN_ENCODE_QUERY) {
221 actions |
450 idn_res_decodename(idn_resconf_t ctx, idn_action_t actions, const char *from, char *to, size_t tolen) argument
710 idn_res_decodename2(idn_resconf_t ctx, idn_action_t actions, const char *from, char *to, size_t tolen, const char *auxencoding) argument
1599 label_rtcheck(idn_resconf_t ctx, idn_action_t actions, labellist_t label, const unsigned long *original_name) argument
1676 idn__res_actionstostring(idn_action_t actions) argument
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.c69 selective_encode(idn_resconf_t conf, idn_action_t actions, argument
121 r = idn_res_encodename(conf, actions, region_start, to, tolen);
140 selective_decode(idn_resconf_t conf, idn_action_t actions, argument
220 r = idn_res_decodename(conf, actions,
H A Didnconv.c112 idn_action_t actions, int flags);
680 idn_resconf_t conf, idn_action_t actions, int flags)
691 r = idn_res_encodename(conf, actions, from_str,
695 r = idn_res_decodename(conf, actions, from_str,
699 r = selective_encode(conf, actions, from_str,
703 r = selective_decode(conf, actions, from_str,
679 convert_line(idnconv_strbuf_t *from, idnconv_strbuf_t *to, idn_resconf_t conf, idn_action_t actions, int flags) argument

Completed in 15 milliseconds