Lines Matching refs:rep

264  * @param rep: allocated reply_info is returned (only on no error).
273 struct query_info* qinf, struct reply_info** rep,
284 * @param rep: reply info is allocated and returned.
293 struct reply_info** rep, struct regional* region);
301 * @param rep: reply info. rrsets must be filled in.
303 void reply_info_sortref(struct reply_info* rep);
307 * @param rep: reply info. rrsets must be filled in.
311 void reply_info_set_ttls(struct reply_info* rep, time_t timenow);
316 * @param rep: reply_info to delete.
319 void reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc);
358 * @param rep: what to copy, probably inside region, no ref[] array in it.
367 struct reply_info* reply_info_copy(struct reply_info* rep,
372 * @param rep: reply info in which the rrset keys to be allocated, rrset[]
382 int reply_info_alloc_rrset_keys(struct reply_info* rep,
403 * @param rep: looks in answer section of this message.
407 struct reply_info* rep);
412 * @param rep: reply to check.
415 int reply_check_cname_chain(struct query_info* qinfo, struct reply_info* rep);
419 * @param rep: reply to check
423 int reply_all_rrsets_secure(struct reply_info* rep);
429 * @param rep: looks in answer section of this message.
433 struct reply_info* rep);
437 * @param rep: looks in answer section of this message.
444 struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
449 * @param rep: looks in authority section of this message.
456 struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
461 * @param rep: looks in answer,authority and additional section of this message.
468 struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
475 * @param rep: rest of message.
478 struct reply_info* rep);
552 * @param rep: Reply info. Could be NULL.
562 struct module_qstate* qstate, struct reply_info* rep, int rcode,
572 * @param rep: Reply info.
583 struct reply_info* rep, int rcode, struct edns_data* edns,
593 * @param rep: Reply info.
604 struct reply_info* rep, int rcode, struct edns_data* edns,
614 * @param rep: Reply info. NULL when servfail.
626 struct reply_info* rep, int rcode, struct edns_data* edns,