Searched refs:reply_info_copy (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/unbound/util/data/ |
H A D | msgreply.h | 397 struct reply_info* reply_info_copy(struct reply_info* rep,
|
H A D | msgreply.c | 796 reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc, in reply_info_copy() function
|
/freebsd/contrib/unbound/dns64/ |
H A D | dns64.c | 928 if (!(super->return_msg->rep = reply_info_copy(qstate->return_msg->rep, in dns64_adjust_ptr()
|
/freebsd/contrib/unbound/edns-subnet/ |
H A D | subnetmod.c | 413 rep = reply_info_copy(qstate->return_msg->rep, &sne->alloc, NULL); in update_cache()
|
/freebsd/contrib/unbound/services/cache/ |
H A D | dns.c | 1093 rep = reply_info_copy(msgrep, env->alloc, NULL); in dns_cache_store()
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_utils.c | 688 if(!(m->rep = reply_info_copy(from->rep, NULL, region))) in dns_copy_msg()
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 778 *partial_repp = reply_info_copy(encode_rep, NULL, in answer_from_cache()
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 3125 rep = reply_info_copy(msgrep, env->alloc, NULL);
|