Searched refs:sorted_q (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/iterator/ |
H A D | iter_utils.c | 1026 struct ub_packed_rrset_key** sorted_p, **sorted_q; in reply_equal() local 1053 sorted_q = (struct ub_packed_rrset_key**)regional_alloc_init( in reply_equal() 1054 region, q->rrsets, sizeof(*sorted_q)*q->rrset_count); in reply_equal() 1055 if(!sorted_q) { in reply_equal() 1061 qsort(sorted_q + q->an_numrrsets, q->ns_numrrsets, in reply_equal() 1062 sizeof(*sorted_q), rrset_canonical_sort_cmp); in reply_equal() 1063 qsort(sorted_q + q->an_numrrsets + q->ns_numrrsets, q->ar_numrrsets, in reply_equal() 1064 sizeof(*sorted_q), rrset_canonical_sort_cmp); in reply_equal() 1068 if(!rrset_equal(sorted_p[i], sorted_q[i])) { in reply_equal() 1070 sorted_q[i])) { in reply_equal()
|