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

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c970 struct ub_packed_rrset_key** sorted_p, **sorted_q; local
987 sorted_p = (struct ub_packed_rrset_key**)regional_alloc_init(
988 region, p->rrsets, sizeof(*sorted_p)*p->rrset_count);
989 if(!sorted_p) return 0;
992 qsort(sorted_p + p->an_numrrsets, p->ns_numrrsets,
993 sizeof(*sorted_p), rrset_canonical_sort_cmp);
994 qsort(sorted_p + p->an_numrrsets + p->ns_numrrsets, p->ar_numrrsets,
995 sizeof(*sorted_p), rrset_canonical_sort_cmp);
1012 if(!rrset_equal(sorted_p[i], sorted_q[i])) {
1013 if(!rrset_canonical_equal(region, sorted_p[
[all...]

Completed in 96 milliseconds