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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dconverter.c104 idn_converter_convfromucs4proc_t convfromucs4; member in struct:__anon42
437 r = (*ctx->ops->convfromucs4)(ctx, ctx->private_data, from, to, tolen);
496 idn_converter_convfromucs4proc_t convfromucs4,
503 assert(name != NULL && convfromucs4 != NULL && convtoucs4 != NULL);
521 ops->convfromucs4 = convfromucs4;
493 idn_converter_register(const char *name, idn_converter_openproc_t openfromucs4, idn_converter_openproc_t opentoucs4, idn_converter_convfromucs4proc_t convfromucs4, idn_converter_convtoucs4proc_t convtoucs4, idn_converter_closeproc_t close, int encoding_type) argument

Completed in 13 milliseconds