Home
last modified time | relevance | path

Searched refs:sorted_p (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
1044 sorted_p = (struct ub_packed_rrset_key**)regional_alloc_init( in reply_equal()
1045 region, p->rrsets, sizeof(*sorted_p)*p->rrset_count); in reply_equal()
1046 if(!sorted_p) return 0; in reply_equal()
1049 qsort(sorted_p + p->an_numrrsets, p->ns_numrrsets, in reply_equal()
1050 sizeof(*sorted_p), rrset_canonical_sort_cmp); in reply_equal()
1051 qsort(sorted_p + p->an_numrrsets + p->ns_numrrsets, p->ar_numrrsets, in reply_equal()
1052 sizeof(*sorted_p), rrset_canonical_sort_cmp); in reply_equal()
1069 if(!rrset_equal(sorted_p[i], sorted_q[i])) { in reply_equal()
1070 if(!rrset_canonical_equal(region, sorted_p[i], in reply_equal()