Lines Matching refs:tolen
139 idn_encodename(idn_action_t actions, const char *from, char *to, size_t tolen) {
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) {
169 TRACE(("idn_decodename(actions=%s, from=\"%s\", tolen=%d)\n",
171 idn__debug_xstring(from, 50), (int)tolen));
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,
195 TRACE(("idn_decodename2(actions=%s, from=\"%s\", tolen=%d)\n",
197 idn__debug_xstring(from, 50), (int)tolen));
202 r = idn_res_decodename2(default_conf, actions, from, to, tolen,
226 mdn_encodename(int actions, const char *from, char *to, size_t tolen) {
238 return (idn_res_encodename(default_conf, actions, from, to, tolen));
242 mdn_decodename(int actions, const char *from, char *to, size_t tolen) {
247 TRACE(("idn_decodename(actions=%s, from=\"%s\", tolen=%d)\n",
249 idn__debug_xstring(from, 50), (int)tolen));
254 return (idn_res_decodename(default_conf, actions, from, to, tolen));