Lines Matching refs:next_stream
1602 nghttp2_stream *prev_stream, *next_stream;
1608 next_stream = stream->closed_next;
1611 prev_stream->closed_next = next_stream;
1613 session->idle_stream_head = next_stream;
1616 if (next_stream) {
1617 next_stream->closed_prev = prev_stream;
2782 nghttp2_stream *stream, *next_stream;
2791 next_stream = stream->closed_next;
2798 stream = next_stream;
2803 next_stream = stream->closed_next;
2805 stream = next_stream;