Lines Matching defs:conv
135 idn_converter_t conv;
276 conv = idn_resconf_getidnconverter(resconf1);
277 if (conv == NULL) {
283 idn_resconf_setlocalconverter(resconf2, conv);
284 idn_converter_destroy(conv);
291 conv = idn_resconf_getlocalconverter(resconf1);
292 if (conv == NULL) {
298 idn_resconf_setidnconverter(resconf2, conv);
299 idn_converter_destroy(conv);
309 conv = idn_resconf_getlocalconverter(resconf1);
310 if (conv == NULL) {
316 idn_resconf_setidnconverter(resconf2, conv);
317 idn_converter_destroy(conv);
324 conv = idn_resconf_getidnconverter(resconf1);
325 if (conv == NULL) {
331 idn_resconf_setlocalconverter(resconf2, conv);
332 idn_converter_destroy(conv);
389 idn_converter_t conv;
394 conv = idn_resconf_getlocalconverter(conf1);
395 if (conv != NULL && idn_converter_isasciicompatible(conv) &&
400 if (conv != NULL)
401 idn_converter_destroy(conv);
506 idn_converter_t conv;
511 conv = idn_resconf_getidnconverter(conf1);
512 if (conv != NULL && idn_converter_isasciicompatible(conv) &&
517 if (conv != NULL)
518 idn_converter_destroy(conv);
520 conv = idn_resconf_getlocalconverter(conf1);
521 if (conv != NULL && idn_converter_isasciicompatible(conv) &&
526 if (conv != NULL)
527 idn_converter_destroy(conv);