Searched refs:sib_next (Results 1 – 2 of 2) sorted by relevance
88 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() local703 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 …]
166 nghttp2_stream *sib_prev, *sib_next; member
Completed in 5 milliseconds