Searched refs:forecast (Results 1 – 1 of 1) sorted by relevance
2947 mDNSu32 forecast = *answerforecast + anoninfo_space; in BuildQuestion() local2971 forecast += 12 + rr->resrec.rdestimate; in BuildQuestion()2974 if (query->h.numQuestions > 1 && newptr + forecast >= limit) in BuildQuestion()2978 … q->qname.c, DNSTypeName(q->qtype), newptr + forecast - query->data, query->h.numQuestions); in BuildQuestion()2987 *answerforecast = forecast; // Update the forecast in BuildQuestion()3226 mDNSu32 forecast = (mDNSu32)DomainNameLength(&q->qname) + 4; in AccelerateThisQuery() local3237 forecast += 12 + rr->resrec.rdestimate; in AccelerateThisQuery()3238 …if (forecast >= 512) return(mDNSfalse); // If this would add 512 bytes or more to the packet, don'… in AccelerateThisQuery()3614 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate; in SendQueries() local3615 …mDNSu8 *newptr = putQuestion(&m->omsg, queryptr, limit - forecast, ar->resrec.name, kDNSQType_ANY,… in SendQueries()[all …]