Home
last modified time | relevance | path

Searched refs:super_iq (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch207 + struct iter_qstate* super_iq = (struct iter_qstate*)super->minfo[id];
211 + log_assert(super_iq->fetch_a_for_aaaa > 0);
214 + super_iq->state = QUERYTARGETS_STATE;
221 + if(super_iq->dp)
222 + dpns = delegpt_find_ns(super_iq->dp,
228 + (super_iq->dp ? "anymore" : " (was reset)"));
230 + if(super_iq->dp && error)
231 + delegpt_log(VERB_ALGO, super_iq->dp);
238 + super_iq->qchase.qclass, super->region,
239 + super_iq->dp, 0))
/freebsd/contrib/unbound/iterator/
H A Diterator.c235 struct iter_qstate* super_iq = (struct iter_qstate*)super->minfo[id]; in error_supers() local
241 super_iq->num_target_queries--; in error_supers()
242 if(super_iq->dp) in error_supers()
243 dpns = delegpt_find_ns(super_iq->dp, in error_supers()
256 if(!cache_fill_missing(super->env, super_iq->qchase.qclass, in error_supers()
257 super->region, super_iq->dp, 0)) in error_supers()
264 target_count_increase_nx(super_iq, 1); in error_supers()
269 super_iq->dp = NULL; in error_supers()
272 super_iq->state = QUERYTARGETS_STATE; in error_supers()