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

/bind-9.6-ESV-R11/lib/dns/
H A Dname.c555 unsigned char *label1, *label2; local
605 label2 = &name2->ndata[offsets2[l2]];
607 count2 = *label2++;
623 (int)maptolower[*label2];
630 label2++;
680 unsigned char *label1, *label2; local
711 label2 = name2->ndata;
715 if (count != *label2++)
723 if (c != maptolower[*label2++])
764 unsigned char *label1, *label2; local
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c5398 dns_label_t label2; local
5416 dns_name_getlabel(name2, nblabel2 -1 - i, &label2);
5417 if ((ret = isc_region_compare(&label1, &label2)) != 0) {

Completed in 1890 milliseconds