Lines Matching defs:numAdditionals
2099 h->numAdditionals = 0;
2619 end = PutResourceRecordTTLJumbo(msg, end, &msg->h.numAdditionals, &rr.resrec, 0);
2634 end = PutResourceRecordTTLWithLimit(msg, end, &msg->h.numAdditionals, &rr.resrec, 0, limit);
2652 end = PutResourceRecordTTLWithLimit(msg, end, &msg->h.numAdditionals, &rr.resrec, ttl, limit);
2674 newptr = PutResourceRecordTTLWithLimit(msg, end, &msg->h.numAdditionals, &hinfo.resrec, 0, limit);
3592 for (i = 0; ptr && i < msg->h.numAdditionals; i++)
3716 ptr = DumpRecords(m, msg, ptr, end, msg->h.numAdditionals, "Additionals");
3742 const mDNSu16 numAdditionals = msg->h.numAdditionals;
3818 // Swap the integer values back the way they were (remember that numAdditionals may have been changed by putHINFO and/or SignMessage)
3831 msg->h.numAdditionals = numAdditionals;