Lines Matching refs:rt_label
1601 labellist_t rt_label = NULL;
1611 r = labellist_create(cur_name, &rt_label);
1614 if (rt_label == NULL) {
1622 if (!idn__util_ucs4isasciirange(labellist_getname(rt_label))) {
1623 r = label_map(ctx, rt_label);
1626 r = label_normalize(ctx, rt_label);
1629 r = label_prohcheck(ctx, rt_label);
1633 r = label_unascheck(ctx, rt_label);
1637 r = label_bidicheck(ctx, rt_label);
1643 r = label_asccheck(ctx, rt_label);
1647 if (!idn__util_ucs4isasciirange(labellist_getname(rt_label))) {
1648 r = label_idnencode_ace(ctx, rt_label);
1652 r = label_lencheck_ace(ctx, rt_label);
1655 rt_name = labellist_getname(rt_label);
1670 if (rt_label != NULL)
1671 labellist_destroy(rt_label);