Searched refs:nghttp2_stream_in_dep_tree (Results 1 – 7 of 7) sorted by relevance
416 int nghttp2_stream_in_dep_tree(nghttp2_stream *stream);
918 int nghttp2_stream_in_dep_tree(nghttp2_stream *stream) { in nghttp2_stream_in_dep_tree() function
780 if (!nghttp2_stream_in_dep_tree(stream)) { in nghttp2_session_reprioritize_stream()799 } else if (!dep_stream || !nghttp2_stream_in_dep_tree(dep_stream)) { in nghttp2_session_reprioritize_stream()1044 assert(nghttp2_stream_in_dep_tree(stream)); in nghttp2_session_open_stream()1079 } else if (!dep_stream || !nghttp2_stream_in_dep_tree(dep_stream)) { in nghttp2_session_open_stream()1235 nghttp2_stream_in_dep_tree(stream)) { in nghttp2_session_close_stream()1259 if (nghttp2_stream_in_dep_tree(stream)) { in nghttp2_session_destroy_stream()
9471 CU_ASSERT(nghttp2_stream_in_dep_tree(stream)); in test_nghttp2_session_large_dep_tree()