Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:oldnext

2906 	mDNSu8 *oldnext; // for debugging
3014 oldnext = next;
3025 if ((next - oldnext) > rrSize)
3026 LogMsg("SendGroupUpdates: ERROR!! Record size estimation is wrong for %s, Estimate %d, Actual %d, state %d", ARDisplayString(m, rr), rrSize, next - oldnext, rr->state);
3027 else { spaceleft += rrSize; spaceleft -= (next - oldnext); }