Home
last modified time | relevance | path

Searched refs:closed_next (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.h171 nghttp2_stream *closed_prev, *closed_next; member
A Dnghttp2_session.c1321 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 …]
A Dnghttp2_stream.c91 stream->closed_next = NULL; in nghttp2_stream_init()

Completed in 15 milliseconds