Searched refs:nghttp2_stream_in_dep_tree (Results 1 – 3 of 3) sorted by relevance
415 int nghttp2_stream_in_dep_tree(nghttp2_stream *stream);
789 if (!nghttp2_stream_in_dep_tree(stream)) { in nghttp2_session_reprioritize_stream()808 } else if (!dep_stream || !nghttp2_stream_in_dep_tree(dep_stream)) { in nghttp2_session_reprioritize_stream()1047 assert(nghttp2_stream_in_dep_tree(stream)); in nghttp2_session_open_stream()1083 } else if (!dep_stream || !nghttp2_stream_in_dep_tree(dep_stream)) { in nghttp2_session_open_stream()1239 nghttp2_stream_in_dep_tree(stream)) { in nghttp2_session_close_stream()1264 if (nghttp2_stream_in_dep_tree(stream)) { in nghttp2_session_destroy_stream()
970 int nghttp2_stream_in_dep_tree(nghttp2_stream *stream) in nghttp2_stream_in_dep_tree() function
Completed in 15 milliseconds