Searched refs:closed_prev (Results 1 – 3 of 3) sorted by relevance
171 nghttp2_stream *closed_prev, *closed_next; member
1286 stream->closed_prev = session->closed_stream_tail; in nghttp2_session_keep_closed_stream()1303 stream->closed_prev = session->idle_stream_tail; in nghttp2_session_keep_idle_stream()1320 prev_stream = stream->closed_prev; in nghttp2_session_detach_idle_stream()1330 next_stream->closed_prev = prev_stream; in nghttp2_session_detach_idle_stream()1335 stream->closed_prev = NULL; in nghttp2_session_detach_idle_stream()1381 session->closed_stream_head->closed_prev = NULL; in nghttp2_session_adjust_closed_stream()1428 session->idle_stream_head->closed_prev = NULL; in nghttp2_session_adjust_idle_stream()2481 assert(stream->closed_prev == NULL); in find_stream_on_goaway_func()
90 stream->closed_prev = NULL; in nghttp2_stream_init()
Completed in 16 milliseconds