Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.c86 stream->dep_next = NULL; in nghttp2_stream_init()
661 stream->dep_next = dep_stream->dep_next; in nghttp2_stream_dep_insert()
713 dep_next = stream->dep_next; in unlink_sib()
717 if (dep_next) { in unlink_sib()
750 dep_next = stream->dep_next; in unlink_dep()
754 if (dep_next) { in unlink_dep()
782 prev->dep_next = NULL; in unlink_dep()
845 stream->dep_next = NULL; in nghttp2_stream_dep_remove()
858 nghttp2_stream *dep_next; in nghttp2_stream_dep_insert_subtree() local
869 dep_next = dep_stream->dep_next; in nghttp2_stream_dep_insert_subtree()
[all …]
A Dnghttp2_stream.h165 nghttp2_stream *dep_prev, *dep_next; member

Completed in 6 milliseconds