Searched refs:auxencoding (Results 1 - 4 of 4) sorted by relevance
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/ |
| H A D | api.h | 285 * If auxencoding is NULL, from is treated as UTF-8 encoded string. 292 const char *auxencoding);
|
| H A D | res.h | 287 * If auxencoding is NULL, from is treated as UTF-8 encoded string. 294 char *to, size_t tolen, const char *auxencoding);
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
| H A D | api.c | 190 const char *auxencoding) { 203 auxencoding); 189 idn_decodename2(idn_action_t actions, const char *from, char *to, size_t tolen, const char *auxencoding) argument
|
| H A D | res.c | 711 char *to, size_t tolen, const char *auxencoding) { 725 "auxencoding=\"%s\")\n", 728 (auxencoding != NULL) ? auxencoding : "<null>")); 740 if (auxencoding == NULL || 741 strcmp(auxencoding, IDN_UTF8_ENCODING_NAME) == 0 || 742 strcmp(auxencoding, "UTF-8") == 0) { 749 r = idn_resconf_setauxidnconvertername(ctx, auxencoding, 710 idn_res_decodename2(idn_resconf_t ctx, idn_action_t actions, const char *from, char *to, size_t tolen, const char *auxencoding) argument
|
Completed in 16 milliseconds