Lines Matching defs:next
38 may get overflow. Because of how we calculate the next cycle
135 * Returns next cycle for |stream|.
678 nghttp2_stream *prev, *next, *dep_next;
703 next = stream->sib_next;
705 prev->sib_next = next;
707 if (next) {
708 next->sib_prev = prev;
714 nghttp2_stream *prev, *next, *dep_next;
743 next = stream->sib_next;
745 next->sib_prev = NULL;
747 link_dep(prev, next);
899 nghttp2_stream *next, *dep_prev;
911 next = stream->sib_next;
913 link_dep(dep_prev, next);
915 if (next) {
916 next->sib_prev = NULL;