Lines Matching refs:rep
294 * @param rep: allocated reply_info is returned (only on no error).
303 struct query_info* qinf, struct reply_info** rep,
314 * @param rep: reply info is allocated and returned.
323 struct reply_info** rep, struct regional* region);
331 * @param rep: reply info. rrsets must be filled in.
333 void reply_info_sortref(struct reply_info* rep);
337 * @param rep: reply info. rrsets must be filled in.
341 void reply_info_set_ttls(struct reply_info* rep, time_t timenow);
346 * @param rep: reply_info to delete.
349 void reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc);
388 * @param rep: what to copy, probably inside region, no ref[] array in it.
397 struct reply_info* reply_info_copy(struct reply_info* rep,
402 * @param rep: reply info in which the rrset keys to be allocated, rrset[]
412 int reply_info_alloc_rrset_keys(struct reply_info* rep,
418 * @param rep: expired reply info to check.
422 int reply_info_can_answer_expired(struct reply_info* rep, time_t timenow);
427 * @param rep: expired reply info to check.
431 int reply_info_could_use_expired(struct reply_info* rep, time_t timenow);
434 * Create a new reply_info based on 'rep'. The new info is based on
435 * the passed 'rep', but ignores any rrsets except for the first 'an_numrrsets'
445 make_new_reply_info(const struct reply_info* rep, struct regional* region,
466 * @param rep: looks in answer section of this message.
470 struct reply_info* rep);
475 * @param rep: reply to check.
478 int reply_check_cname_chain(struct query_info* qinfo, struct reply_info* rep);
482 * @param rep: reply to check
486 int reply_all_rrsets_secure(struct reply_info* rep);
492 * @param rep: looks in answer section of this message.
496 struct reply_info* rep);
500 * @param rep: looks in answer section of this message.
507 struct ub_packed_rrset_key* reply_find_rrset_section_an(struct reply_info* rep,
512 * @param rep: looks in authority section of this message.
519 struct ub_packed_rrset_key* reply_find_rrset_section_ns(struct reply_info* rep,
524 * @param rep: looks in answer,authority and additional section of this message.
531 struct ub_packed_rrset_key* reply_find_rrset(struct reply_info* rep,
538 * @param rep: rest of message.
541 struct reply_info* rep);
649 * @param rep: Reply info. Could be NULL.
659 struct module_qstate* qstate, struct reply_info* rep, int rcode,
669 * @param rep: Reply info.
680 struct reply_info* rep, int rcode, struct edns_data* edns,
690 * @param rep: Reply info.
701 struct reply_info* rep, int rcode, struct edns_data* edns,
711 * @param rep: Reply info. NULL when servfail.
723 struct reply_info* rep, int rcode, struct edns_data* edns,