Lines Matching refs:next_stream
1607 nghttp2_stream *prev_stream, *next_stream;
1613 next_stream = stream->closed_next;
1616 prev_stream->closed_next = next_stream;
1618 session->idle_stream_head = next_stream;
1621 if (next_stream) {
1622 next_stream->closed_prev = prev_stream;
2787 nghttp2_stream *stream, *next_stream;
2796 next_stream = stream->closed_next;
2803 stream = next_stream;
2808 next_stream = stream->closed_next;
2810 stream = next_stream;