Searched refs:oldnext (Results 1 – 2 of 2) sorted by relevance
921 char *oldnext = p->next; in bothcases() local934 p->next = oldnext; in bothcases()963 char *oldnext = p->next; in nonnewline() local975 p->next = oldnext; in nonnewline()
2906 mDNSu8 *oldnext; // for debugging in SendGroupUpdates() local3014 oldnext = next; in SendGroupUpdates()3025 if ((next - oldnext) > rrSize) in SendGroupUpdates()3026 …%s, Estimate %d, Actual %d, state %d", ARDisplayString(m, rr), rrSize, next - oldnext, rr->state); in SendGroupUpdates()3027 else { spaceleft += rrSize; spaceleft -= (next - oldnext); } in SendGroupUpdates()