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.c1027 struct ub_packed_rrset_key** sorted_p, **sorted_q; in reply_equal() local
1054 sorted_q = (struct ub_packed_rrset_key**)regional_alloc_init( in reply_equal()
1055 region, q->rrsets, sizeof(*sorted_q)*q->rrset_count); in reply_equal()
1056 if(!sorted_q) { in reply_equal()
1062 qsort(sorted_q + q->an_numrrsets, q->ns_numrrsets, in reply_equal()
1063 sizeof(*sorted_q), rrset_canonical_sort_cmp); in reply_equal()
1064 qsort(sorted_q + q->an_numrrsets + q->ns_numrrsets, q->ar_numrrsets, in reply_equal()
1065 sizeof(*sorted_q), rrset_canonical_sort_cmp); in reply_equal()
1069 if(!rrset_equal(sorted_p[i], sorted_q[i])) { in reply_equal()
1071 sorted_q[i])) { in reply_equal()