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

/freebsd-10-stable/contrib/ldns/
H A Ddnssec.c939 ldns_rr_type i_type_list[65536]; local
953 if (type_count == 0 || i_type_list[type_count-1] != i_type) {
954 i_type_list[type_count] = i_type;
961 i_type_list[type_count] = LDNS_RR_TYPE_RRSIG;
963 i_type_list[type_count] = LDNS_RR_TYPE_NSEC;
967 ldns_dnssec_create_nsec_bitmap(i_type_list,
1163 ldns_rr_type i_type_list[1024]; local
1198 if (type_count == 0 || i_type_list[type_count-1] != i_type) {
1199 i_type_list[type_count] = i_type;
1208 i_type_list[type_coun
[all...]

Completed in 140 milliseconds