Searched refs:rt_label (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dres.c1601 labellist_t rt_label = NULL; local
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);
[all...]

Completed in 12 milliseconds