Lines Matching refs:forecast
2578 mDNSu32 forecast = *answerforecast; in BuildQuestion() local
2602 forecast += 12 + rr->resrec.rdestimate; in BuildQuestion()
2605 if (query->h.numQuestions > 1 && newptr + forecast >= limit) in BuildQuestion()
2608 q->qname.c, DNSTypeName(q->qtype), newptr + forecast - query->data); in BuildQuestion()
2618 *answerforecast = forecast; // Update the forecast in BuildQuestion()
2817 mDNSu32 forecast = (mDNSu32)DomainNameLength(&q->qname) + 4; in AccelerateThisQuery() local
2828 forecast += 12 + rr->resrec.rdestimate; in AccelerateThisQuery()
2829 …if (forecast >= 512) return(mDNSfalse); // If this would add 512 bytes or more to the packet, don'… in AccelerateThisQuery()
3121 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries() local
3122 …mDNSu8 *newptr = putQuestion(&m->omsg, queryptr, limit - forecast, ar->resrec.name, kDNSQType_ANY,… in SendQueries()
3126 answerforecast = forecast; in SendQueries()