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

/external/mdnsresponder/mDNSCore/
H A DuDNS.c2560 //Note: Make sure that RREstimatedSize is updated accordingly if anything that is done here
2804 mDNSlocal mDNSu32 RREstimatedSize(AuthRecord *rr, int zoneSize) function
2820 debugf("RREstimatedSize: ResourceRecord %##s (%s), DomainNameLength %d, zoneSize %d, rdestimate %d",
2831 debugf("RREstimatedSize: ResourceRecord %##s (%s), DomainNameLength %d, zoneSize %d, rdestimate %d",
2988 rrSize = RREstimatedSize(rr, zoneSize - 4);

Completed in 27 milliseconds