Home
last modified time | relevance | path

Searched refs:reply_info_copy (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/unbound/util/data/
H A Dmsgreply.h397 struct reply_info* reply_info_copy(struct reply_info* rep,
H A Dmsgreply.c796 reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc, in reply_info_copy() function
/freebsd/contrib/unbound/dns64/
H A Ddns64.c928 if (!(super->return_msg->rep = reply_info_copy(qstate->return_msg->rep, in dns64_adjust_ptr()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c413 rep = reply_info_copy(qstate->return_msg->rep, &sne->alloc, NULL); in update_cache()
/freebsd/contrib/unbound/services/cache/
H A Ddns.c1093 rep = reply_info_copy(msgrep, env->alloc, NULL); in dns_cache_store()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c688 if(!(m->rep = reply_info_copy(from->rep, NULL, region))) in dns_copy_msg()
/freebsd/contrib/unbound/daemon/
H A Dworker.c778 *partial_repp = reply_info_copy(encode_rep, NULL, in answer_from_cache()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch3125 rep = reply_info_copy(msgrep, env->alloc, NULL);