Searched refs:answerforecast (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c2565 CacheRecord ***kalistptrptr, mDNSu32 *answerforecast)
2570 mDNSu8 *newptr = putQuestion(query, *queryptr, limit - *answerforecast, &q->qname, q->qtype, (mDNSu16)(q->qclass | ucbit));
2578 mDNSu32 forecast = *answerforecast;
2618 *answerforecast = forecast; // Update the forecast
3088 mDNSu32 answerforecast = OwnerRecordSpace; // We start by assuming we'll need at least enough space to put the Owner Option local
3097 q->qname.c, DNSTypeName(q->qtype), queryptr - m->omsg.data, queryptr + answerforecast - m->omsg.data);
3101 BuildQuestion(m, &m->omsg, &queryptr, q, &kalistptr, &answerforecast))
3121 mDNSu32 forecast = answerforecast + 12 + ar->resrec.rdestimate;
3126 answerforecast = forecast;
2564 BuildQuestion(mDNS *const m, DNSMessage *query, mDNSu8 **queryptr, DNSQuestion *q, CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) argument

Completed in 130 milliseconds