Searched refs:closed_next (Results 1 – 3 of 3) sorted by relevance
171 nghttp2_stream *closed_prev, *closed_next; member
1321 next_stream = stream->closed_next; in nghttp2_session_detach_idle_stream()1324 prev_stream->closed_next = next_stream; in nghttp2_session_detach_idle_stream()1336 stream->closed_next = NULL; in nghttp2_session_detach_idle_stream()1369 next = head_stream->closed_next; in nghttp2_session_adjust_closed_stream()1416 next = head->closed_next; in nghttp2_session_adjust_idle_stream()2480 assert(stream->closed_next == NULL); in find_stream_on_goaway_func()2484 stream->closed_next = arg->head; in find_stream_on_goaway_func()2510 next_stream = stream->closed_next; in session_close_stream_on_goaway()2511 stream->closed_next = NULL; in session_close_stream_on_goaway()2522 next_stream = stream->closed_next; in session_close_stream_on_goaway()[all …]
91 stream->closed_next = NULL; in nghttp2_stream_init()
Completed in 16 milliseconds