Searched refs:rry (Results 1 – 1 of 1) sorted by relevance
1006 struct ub_packed_rrset_key* rry = *(struct ub_packed_rrset_key**)y; in rrset_canonical_sort_cmp() local1007 int r = dname_canonical_compare(rrx->rk.dname, rry->rk.dname); in rrset_canonical_sort_cmp()1010 if(rrx->rk.type != rry->rk.type) { in rrset_canonical_sort_cmp()1011 if(ntohs(rrx->rk.type) > ntohs(rry->rk.type)) in rrset_canonical_sort_cmp()1015 if(rrx->rk.rrset_class != rry->rk.rrset_class) { in rrset_canonical_sort_cmp()1016 if(ntohs(rrx->rk.rrset_class) > ntohs(rry->rk.rrset_class)) in rrset_canonical_sort_cmp()