Lines Matching refs:spaceleft
2904 mDNSs32 spaceleft = 0; in SendGroupUpdates() local
2950 if (AuthInfo && AuthInfo->AutoTunnel) spaceleft = AbsoluteMaxDNSMessageData; in SendGroupUpdates()
2951 else spaceleft = NormalMaxDNSMessageData; in SendGroupUpdates()
2954 spaceleft -= RRAdditionalSize(m, AuthInfo); in SendGroupUpdates()
2955 if (spaceleft <= 0) in SendGroupUpdates()
2961 limit = next + spaceleft; in SendGroupUpdates()
2971 spaceleft -= zoneSize; in SendGroupUpdates()
2972 if (spaceleft <= 0) in SendGroupUpdates()
2990 if ((spaceleft - rrSize) < 0) in SendGroupUpdates()
2996 …Updates: Skipping message %s, spaceleft %d, rrSize %d", ARDisplayString(m, rr), spaceleft, rrSize); in SendGroupUpdates()
3008 …ing using %s, spaceleft %d, rrSize %d", nrecords, ARDisplayString(m, anchorRR), spaceleft, rrSize); in SendGroupUpdates()
3013 spaceleft -= rrSize; in SendGroupUpdates()
3027 else { spaceleft += rrSize; spaceleft -= (next - oldnext); } in SendGroupUpdates()