Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_stream.c83 stream->sib_next = NULL; in nghttp2_stream_init()
305 for (; stream->sib_next; stream = stream->sib_next) in stream_last_sib()
341 for (si = stream->dep_next; si; si = si->sib_next) { in ensure_inactive()
361 for (si = stream->dep_next; si; si = si->sib_next) { in check_queued()
375 for (si = stream->dep_next; si; si = si->sib_next) { in check_queued()
388 for (si = stream->dep_next; si; si = si->sib_next) { in check_queued()
397 for (si = stream->dep_next; si; si = si->sib_next) { in check_sum_dep()
405 for (si = stream->dep_next; si; si = si->sib_next) { in check_sum_dep()
412 for (si = stream->dep_next; si; si = si->sib_next) { in check_dep_prev()
666 nghttp2_stream *sib_next; insert_link_dep() local
[all...]
H A Dnghttp2_stream.h172 linked using sib_prev and sib_next. The stream which has
174 has NULL sib_next. If this stream is a root of dependency tree,
177 nghttp2_stream *sib_prev, *sib_next; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c83 stream->sib_next = NULL; in nghttp2_stream_init()
305 for (; stream->sib_next; stream = stream->sib_next) in stream_last_sib()
341 for (si = stream->dep_next; si; si = si->sib_next) { in ensure_inactive()
361 for (si = stream->dep_next; si; si = si->sib_next) { in check_queued()
375 for (si = stream->dep_next; si; si = si->sib_next) { in check_queued()
388 for (si = stream->dep_next; si; si = si->sib_next) { in check_queued()
397 for (si = stream->dep_next; si; si = si->sib_next) { in check_sum_dep()
405 for (si = stream->dep_next; si; si = si->sib_next) { in check_sum_dep()
412 for (si = stream->dep_next; si; si = si->sib_next) { in check_dep_prev()
666 nghttp2_stream *sib_next; insert_link_dep() local
[all...]
H A Dnghttp2_stream.h172 linked using sib_prev and sib_next. The stream which has
174 has NULL sib_next. If this stream is a root of dependency tree,
177 nghttp2_stream *sib_prev, *sib_next; member
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c8263 CU_ASSERT(SIB_NEXT == STREAM->sib_next); \

Completed in 18 milliseconds