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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dmapselector.c267 idn_mapselector_map(idn_mapselector_t ctx, const unsigned long *from, function
276 TRACE(("idn_mapselector_map(from=\"%s\", tld=\"%s\", tolen=%d)\n",
311 TRACE(("idn_mapselector_map(): no mapper\n"));
318 TRACE(("idn_mapselector_map(): tld=%s\n", tld));
327 TRACE(("idn_mapselector_map(): succcess (to=\"%s\")\n",
330 TRACE(("idn_mapselector_map(): %s\n", idn_result_tostring(r)));
356 r = idn_mapselector_map(ctx, from, tld_utf8, to, tolen);

Completed in 10 milliseconds