Home
last modified time | relevance | path

Searched refs:rrset_last (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/data/
H A Dmsgparse.c92 if(msg->rrset_last) in new_rrset()
93 msg->rrset_last->rrset_all_next = p; in new_rrset()
95 msg->rrset_last = p; in new_rrset()
298 if(msg->rrset_last == rrset) in change_section()
299 msg->rrset_last = prev; in change_section()
314 if(msg->rrset_last) in change_section()
315 msg->rrset_last->rrset_all_next = rrset; in change_section()
317 msg->rrset_last = rrset; in change_section()
1197 if(found == msg->rrset_last) in parse_extract_edns_from_response_msg()
1198 msg->rrset_last = found_prev; in parse_extract_edns_from_response_msg()
H A Dmsgparse.h145 struct rrset_parse* rrset_last; member
/freebsd/contrib/unbound/iterator/
H A Diter_scrub.c76 if(msg->rrset_last == *rrset) in remove_rrset()
77 msg->rrset_last = prev; in remove_rrset()
298 msg->rrset_last = cn; in synth_cname_rrset()
543 msg->rrset_last = rrset; in scrub_normalize()
678 msg->rrset_last = rrset; in scrub_normalize()