Searched refs:sorted_q (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
997 sorted_q = (struct ub_packed_rrset_key**)regional_alloc_init(
998 region, q->rrsets, sizeof(*sorted_q)*q->rrset_count);
999 if(!sorted_q) {
1005 qsort(sorted_q + q->an_numrrsets, q->ns_numrrsets,
1006 sizeof(*sorted_q), rrset_canonical_sort_cmp);
1007 qsort(sorted_q + q->an_numrrsets + q->ns_numrrsets, q->ar_numrrsets,
1008 sizeof(*sorted_q), rrset_canonical_sort_cmp);
1012 if(!rrset_equal(sorted_p[i], sorted_q[i])) {
1014 sorted_q[
[all...]

Completed in 55 milliseconds