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

/freebsd-10-stable/contrib/ldns/
H A Dzone.c81 ldns_rr_list *zone_cuts; local
88 zone_cuts = NULL;
97 zone_cuts = ldns_rr_list_new();
98 if (!zone_cuts) goto memory_error;
119 if (!ldns_rr_list_push_rr(zone_cuts, r)) goto memory_error;
126 for(i = 0; i < ldns_rr_list_rr_count(zone_cuts); i++) {
127 ns = ldns_rr_list_rr(zone_cuts, i);
143 ldns_rr_list_free(zone_cuts);
153 if (zone_cuts) {
154 LDNS_FREE(zone_cuts);
[all...]

Completed in 47 milliseconds