Searched refs:need_drop (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/unbound/daemon/
H A Dworker.c640 * be completely dropped, '*need_drop' will be set to 1. */
643 struct respip_client_info* cinfo, int* need_drop, int* is_expired_answer,
775 *need_drop = 1;
1375 int need_drop = 0; local
1838 if(answer_from_cache(worker, &qinfo, cinfo, &need_drop,
1861 (partial_rep || need_drop),
1936 if(need_drop) {
642 answer_from_cache(struct worker* worker, struct query_info* qinfo, struct respip_client_info* cinfo, int* need_drop, int* is_expired_answer, int* is_secure_answer, struct ub_packed_rrset_key** alias_rrset, struct reply_info** partial_repp, struct reply_info* rep, uint16_t id, uint16_t flags, struct comm_reply* repinfo, struct edns_data* edns) argument

Completed in 126 milliseconds