Lines Matching refs:rr1
3905 const struct rr *rr1, const struct rr *rr2)
3913 res = compare_bytestring(rr1->rdata, rr1->rdlength,
3925 if((rr1->rdlength == offset || rr2->rdlength == offset) &&
3929 if(rr1->rdlength == rr2->rdlength)
3934 if(!lookup_rdata_field_entry(descriptor, i, rr1, offset,
3963 res = compare_bytestring(rr1->rdata + offset,
3976 const struct rr *rr1, const uint8_t* rr2_rdata, uint16_t rr2_rdlen)
3984 res = compare_bytestring(rr1->rdata, rr1->rdlength,
3996 if((rr1->rdlength == offset1 || rr2_rdlen == offset2) &&
4000 int remain1 = rr1->rdlength - offset1;
4009 if(!lookup_rdata_field_entry(descriptor, i, rr1, offset1,
4056 rr1->rdata + offset1,
4057 rr1->rdlength-offset1);
4064 (uint8_t*)rr1->rdata+offset1,
4072 res = compare_bytestring(rr1->rdata + offset1,