Lines Matching defs:sorted_q
1027 struct ub_packed_rrset_key** sorted_p, **sorted_q;
1054 sorted_q = (struct ub_packed_rrset_key**)regional_alloc_init(
1055 region, q->rrsets, sizeof(*sorted_q)*q->rrset_count);
1056 if(!sorted_q) {
1062 qsort(sorted_q + q->an_numrrsets, q->ns_numrrsets,
1063 sizeof(*sorted_q), rrset_canonical_sort_cmp);
1064 qsort(sorted_q + q->an_numrrsets + q->ns_numrrsets, q->ar_numrrsets,
1065 sizeof(*sorted_q), rrset_canonical_sort_cmp);
1069 if(!rrset_equal(sorted_p[i], sorted_q[i])) {
1071 sorted_q[i])) {