Home | History | Annotate | Download | only in iterator

Lines Matching defs:nx

255 	struct rrset_parse* nx, sldns_buffer* pkt)
293 cn->rrset_all_next = nx;
297 if(nx == NULL)
462 struct rrset_parse* nx = rrset->rrset_all_next;
483 if(nx && nx->type == LDNS_RR_TYPE_CNAME &&
484 dname_pkt_compare(pkt, sname, nx->dname) == 0) {
488 if(!parse_get_cname_target(nx, &t, &tlen, pkt))
493 rrset = nx;
500 aliaslen, region, msg, rrset, rrset, nx, pkt);
507 rrset = nx;
521 struct rrset_parse* nx = rrset->rrset_all_next;
525 if(nx && nx->section == LDNS_SECTION_ANSWER &&
526 nx->type == LDNS_RR_TYPE_DNAME &&
527 nx->rr_count == 1 &&
528 pkt_strict_sub(pkt, sname, nx->dname)) {
538 if(synth_cname(sname, snamelen, nx, alias,
547 if(prev) prev->rrset_all_next = nx;
548 else msg->rrset_first = nx;
549 if(nx->rrset_all_next == NULL)
552 nx->rrset_all_next;
553 nx->rrset_all_next = rrset;
554 /* prev = nx; unused, enable if there