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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c104 static int encode_file(idn_resconf_t conf1, idn_resconf_t conf2,
106 static int decode_file(idn_resconf_t conf1, idn_resconf_t conf2,
383 encode_file(idn_resconf_t conf1, idn_resconf_t conf2, FILE *fp, int flags) { argument
394 conv = idn_resconf_getlocalconverter(conf1);
450 r = convert_line(&buf1, &buf2, conf1, actions1,
469 r = convert_line(&buf2, &buf1, conf1, actions2,
500 decode_file(idn_resconf_t conf1, idn_resconf_t conf2, FILE *fp, int flags) { argument
511 conv = idn_resconf_getidnconverter(conf1);
520 conv = idn_resconf_getlocalconverter(conf1);
592 r = convert_line(&buf1, &buf2, conf1, IDN_LOCALCON
[all...]

Completed in 10 milliseconds