Searched refs:sorted_p (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/unbound/iterator/ |
| H A D | iter_utils.c | 1108 struct ub_packed_rrset_key** sorted_p, **sorted_q; in reply_equal() local 1125 sorted_p = (struct ub_packed_rrset_key**)regional_alloc_init( in reply_equal() 1126 region, p->rrsets, sizeof(*sorted_p)*p->rrset_count); in reply_equal() 1127 if(!sorted_p) return 0; in reply_equal() 1130 qsort(sorted_p + p->an_numrrsets, p->ns_numrrsets, in reply_equal() 1131 sizeof(*sorted_p), rrset_canonical_sort_cmp); in reply_equal() 1132 qsort(sorted_p + p->an_numrrsets + p->ns_numrrsets, p->ar_numrrsets, in reply_equal() 1133 sizeof(*sorted_p), rrset_canonical_sort_cmp); in reply_equal() 1150 if(!rrset_equal(sorted_p[i], sorted_q[i])) { in reply_equal() 1151 if(!rrset_canonical_equal(region, sorted_p[i], in reply_equal()
|