Searched refs:oldnext (Results 1 – 5 of 5) sorted by relevance
885 char *oldnext = p->next; in bothcases() local898 p->next = oldnext; in bothcases()927 char *oldnext = p->next; in nonnewline() local939 p->next = oldnext; in nonnewline()
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()
1238 Py_ssize_t oldnext; in islice_next() local1258 oldnext = lz->next; in islice_next()1262 if (lz->next < oldnext || (stop != -1 && lz->next > stop)) in islice_next()
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()