Searched refs:dep_next (Results 1 – 2 of 2) sorted by relevance
86 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() local869 dep_next = dep_stream->dep_next; in nghttp2_stream_dep_insert_subtree()[all …]
165 nghttp2_stream *dep_prev, *dep_next; member
Completed in 6 milliseconds