Lines Matching defs:missing
256 log_err("out of memory adding missing");
1037 * missing targets. */
1901 * These are subordinate queries for missing delegation point target addresses,
1955 * queries for missing delegation point target addresses.
1989 * which may be zero if there were no missing targets.
1999 int missing;
2003 missing = (int)delegpt_count_missing_targets(iq->dp, NULL);
2006 /* Generate target requests. Basically, any missing targets
2009 if(maxtargets < 0 || maxtargets > missing)
2010 toget = missing;
2039 /* select 'toget' items from the total of 'missing' items */
2040 log_assert(toget <= missing);
2042 /* loop over missing targets */
2047 /* randomly select this item with probability toget/missing */
2048 if(!iter_ns_probability(qstate->env->rnd, toget, missing)) {
2051 missing --;
2102 * a missing target. */
2110 missing--;
2403 * queries for missing target IP addresses. Queries typically iterate on
2816 /* if there is a policy to fetch missing targets
2818 * query (or queries) for a missing name have been issued,
2907 * the presence of missing targets at this delegation
2919 "missing target");
2932 /* it looked like there were missing
2935 * when we get back here missing==0,
3184 /* a possible answer, see if it is missing DNSSEC */