Home
last modified time | relevance | path

Searched refs:sorted_q (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diter_utils.c1108 struct ub_packed_rrset_key** sorted_p, **sorted_q; in reply_equal() local
1135 sorted_q = (struct ub_packed_rrset_key**)regional_alloc_init( in reply_equal()
1136 region, q->rrsets, sizeof(*sorted_q)*q->rrset_count); in reply_equal()
1137 if(!sorted_q) { in reply_equal()
1143 qsort(sorted_q + q->an_numrrsets, q->ns_numrrsets, in reply_equal()
1144 sizeof(*sorted_q), rrset_canonical_sort_cmp); in reply_equal()
1145 qsort(sorted_q + q->an_numrrsets + q->ns_numrrsets, q->ar_numrrsets, in reply_equal()
1146 sizeof(*sorted_q), rrset_canonical_sort_cmp); in reply_equal()
1150 if(!rrset_equal(sorted_p[i], sorted_q[i])) { in reply_equal()
1152 sorted_q[i])) { in reply_equal()