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

/freebsd-10-stable/contrib/ldns/
H A Ddnssec_zone.c1001 uint16_t i, cur_label_count, next_label_count; local
1034 next_label_count = ldns_dname_label_count(next_name);
1043 for (i = 1; i < next_label_count - soa_label_count; i++) {
1044 lpos = (int)cur_label_count - (int)next_label_count + (int)i;

Completed in 160 milliseconds