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

/freebsd-10-stable/contrib/ldns/
H A Ddnssec_zone.c612 ldns_rr_list* todo_nsec3_rrsigs = ldns_rr_list_new(); local
624 if (!newzone || !todo_nsec3s || !todo_nsec3_rrsigs ) goto error;
653 ldns_rr_list_push_rr(todo_nsec3_rrsigs,
690 if (ldns_rr_list_rr_count(todo_nsec3_rrsigs) > 0) {
692 i < ldns_rr_list_rr_count(todo_nsec3_rrsigs);
694 cur_rr = ldns_rr_list_rr(todo_nsec3_rrsigs, i);
712 ldns_rr_list_free(todo_nsec3_rrsigs);

Completed in 104 milliseconds