Home
last modified time | relevance | path

Searched refs:nghttp2_stream_in_dep_tree (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.h415 int nghttp2_stream_in_dep_tree(nghttp2_stream *stream);
A Dnghttp2_session.c789 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()
A Dnghttp2_stream.c970 int nghttp2_stream_in_dep_tree(nghttp2_stream *stream) in nghttp2_stream_in_dep_tree() function

Completed in 15 milliseconds