Lines Matching defs:missing
258 log_err("out of memory adding missing");
1050 * missing targets. */
1914 * These are subordinate queries for missing delegation point target addresses,
1968 * queries for missing delegation point target addresses.
2002 * which may be zero if there were no missing targets.
2012 int missing;
2016 missing = (int)delegpt_count_missing_targets(iq->dp, NULL);
2019 /* Generate target requests. Basically, any missing targets
2022 if(maxtargets < 0 || maxtargets > missing)
2023 toget = missing;
2052 /* select 'toget' items from the total of 'missing' items */
2053 log_assert(toget <= missing);
2055 /* loop over missing targets */
2060 /* randomly select this item with probability toget/missing */
2061 if(!iter_ns_probability(qstate->env->rnd, toget, missing)) {
2064 missing --;
2115 * a missing target. */
2123 missing--;
2425 * queries for missing target IP addresses. Queries typically iterate on
2838 /* if there is a policy to fetch missing targets
2840 * query (or queries) for a missing name have been issued,
2929 * the presence of missing targets at this delegation
2941 "missing target");
2954 /* it looked like there were missing
2957 * when we get back here missing==0,
3206 /* a possible answer, see if it is missing DNSSEC */