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

/freebsd-10-stable/contrib/ldns/
H A Ddnssec_zone.c611 ldns_rr_list* todo_nsec3s = ldns_rr_list_new(); local
624 if (!newzone || !todo_nsec3s || !todo_nsec3_rrsigs ) goto error;
656 ldns_rr_list_push_rr(todo_nsec3s,
682 if (ldns_rr_list_rr_count(todo_nsec3s) > 0) {
685 i < ldns_rr_list_rr_count(todo_nsec3s); i++) {
686 cur_rr = ldns_rr_list_rr(todo_nsec3s, i);
713 ldns_rr_list_free(todo_nsec3s);

Completed in 99 milliseconds