Symbol: respip_copy_rrset
sbin/unwind/libunbound/respip/respip.c
1219
new_rep->rrsets[j] = respip_copy_rrset(tgt_rep->rrsets[i], region);
sbin/unwind/libunbound/respip/respip.c
706
rp = respip_copy_rrset(&r, region);
sbin/unwind/libunbound/respip/respip.c
719
rp = respip_copy_rrset(rp, region);
sbin/unwind/libunbound/respip/respip.h
313
respip_copy_rrset(const struct ub_packed_rrset_key* key, struct regional* region);
sbin/unwind/libunbound/services/rpz.c
1837
return respip_copy_rrset(&csoa, temp);
sbin/unwind/libunbound/services/rpz.c
1868
rp = respip_copy_rrset(rrset->rrset, temp);
sbin/unwind/libunbound/services/rpz.c
1907
qinfo->local_alias->rrset = respip_copy_rrset(r->cname_override, temp);
sbin/unwind/libunbound/services/rpz.c
2048
rp = respip_copy_rrset(rrset->rrset, ms->region);
sbin/unwind/libunbound/services/rpz.c
2213
rp = respip_copy_rrset(r->cname_override, ms->region);
usr.sbin/unbound/respip/respip.c
1219
new_rep->rrsets[j] = respip_copy_rrset(tgt_rep->rrsets[i], region);
usr.sbin/unbound/respip/respip.c
706
rp = respip_copy_rrset(&r, region);
usr.sbin/unbound/respip/respip.c
719
rp = respip_copy_rrset(rp, region);
usr.sbin/unbound/respip/respip.h
313
respip_copy_rrset(const struct ub_packed_rrset_key* key, struct regional* region);
usr.sbin/unbound/services/rpz.c
1837
return respip_copy_rrset(&csoa, temp);
usr.sbin/unbound/services/rpz.c
1868
rp = respip_copy_rrset(rrset->rrset, temp);
usr.sbin/unbound/services/rpz.c
1907
qinfo->local_alias->rrset = respip_copy_rrset(r->cname_override, temp);
usr.sbin/unbound/services/rpz.c
2048
rp = respip_copy_rrset(rrset->rrset, ms->region);
usr.sbin/unbound/services/rpz.c
2213
rp = respip_copy_rrset(r->cname_override, ms->region);