Searched refs:link_sib (Results 1 - 2 of 2) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_stream.c | 657 static void link_sib(nghttp2_stream *a, nghttp2_stream *b) { in link_sib() function 672 link_sib(stream, sib_next); in insert_link_dep() 692 link_sib(prev, dep_next); in unlink_sib() 697 link_sib(stream_last_sib(dep_next), stream->sib_next); in unlink_sib() 734 link_sib(stream_last_sib(dep_next), stream->sib_next); in unlink_dep() 841 link_sib(last_sib, dep_next); in nghttp2_stream_dep_insert_subtree() 909 link_sib(stream->sib_prev, stream->sib_next); in nghttp2_stream_dep_remove_subtree()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_stream.c | 657 static void link_sib(nghttp2_stream *a, nghttp2_stream *b) { in link_sib() function 672 link_sib(stream, sib_next); in insert_link_dep() 692 link_sib(prev, dep_next); in unlink_sib() 697 link_sib(stream_last_sib(dep_next), stream->sib_next); in unlink_sib() 734 link_sib(stream_last_sib(dep_next), stream->sib_next); in unlink_dep() 841 link_sib(last_sib, dep_next); in nghttp2_stream_dep_insert_subtree() 909 link_sib(stream->sib_prev, stream->sib_next); in nghttp2_stream_dep_remove_subtree()
|
Completed in 3 milliseconds