Home
last modified time | relevance | path

Searched refs:sib_prev (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_stream.c82 stream->sib_prev = NULL; in nghttp2_stream_init()
660 b->sib_prev = a; in link_sib()
668 assert(stream->sib_prev == NULL); in insert_link_dep()
680 prev = stream->sib_prev; in unlink_sib()
708 next->sib_prev = prev; in unlink_sib()
745 next->sib_prev = NULL; in unlink_dep()
802 if (stream->sib_prev) { in nghttp2_stream_dep_remove()
812 stream->sib_prev = NULL; in nghttp2_stream_dep_remove()
908 if (stream->sib_prev) { in nghttp2_stream_dep_remove_subtree()
909 link_sib(stream->sib_prev, strea in nghttp2_stream_dep_remove_subtree()
[all...]
H A Dnghttp2_stream.h172 linked using sib_prev and sib_next. The stream which has
173 non-NULL dep_prev always NULL sib_prev. The right most stream
175 dep_prev and sib_prev are NULL. */
177 nghttp2_stream *sib_prev, *sib_next; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c82 stream->sib_prev = NULL; in nghttp2_stream_init()
660 b->sib_prev = a; in link_sib()
668 assert(stream->sib_prev == NULL); in insert_link_dep()
680 prev = stream->sib_prev; in unlink_sib()
708 next->sib_prev = prev; in unlink_sib()
745 next->sib_prev = NULL; in unlink_dep()
802 if (stream->sib_prev) { in nghttp2_stream_dep_remove()
812 stream->sib_prev = NULL; in nghttp2_stream_dep_remove()
908 if (stream->sib_prev) { in nghttp2_stream_dep_remove_subtree()
909 link_sib(stream->sib_prev, strea in nghttp2_stream_dep_remove_subtree()
[all...]
H A Dnghttp2_stream.h172 linked using sib_prev and sib_next. The stream which has
173 non-NULL dep_prev always NULL sib_prev. The right most stream
175 dep_prev and sib_prev are NULL. */
177 nghttp2_stream *sib_prev, *sib_next; member
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c8262 CU_ASSERT(SIB_PREV == STREAM->sib_prev); \

Completed in 33 milliseconds