Home
last modified time | relevance | path

Searched refs:sib_next (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.c88 stream->sib_next = NULL; in nghttp2_stream_init()
320 for (; stream->sib_next; stream = stream->sib_next) in stream_last_sib()
689 a->sib_next = b; in link_sib()
697 nghttp2_stream *sib_next; in insert_link_dep() local
703 link_sib(stream, sib_next); in insert_link_dep()
728 if (stream->sib_next) { in unlink_sib()
737 prev->sib_next = next; in unlink_sib()
847 stream->sib_next = NULL; in nghttp2_stream_dep_remove()
966 stream->sib_next = NULL; in nghttp2_stream_dep_remove_subtree()
973 stream->sib_next; in nghttp2_stream_in_dep_tree()
[all …]
A Dnghttp2_stream.h166 nghttp2_stream *sib_prev, *sib_next; member

Completed in 5 milliseconds