Home
last modified time | relevance | path

Searched refs:nghttp2_pq_empty (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_pq.h99 int nghttp2_pq_empty(nghttp2_pq *pq);
A Dnghttp2_stream.c138 return stream_active(stream) || !nghttp2_pq_empty(&stream->obq); in stream_subtree_active()
352 if (!nghttp2_pq_empty(&stream->obq)) { in ensure_inactive()
398 if (stream_active(stream) || !nghttp2_pq_empty(&stream->obq)) { in check_queued()
461 if (nghttp2_pq_empty(&stream->obq)) { in validate_tree()
497 if (nghttp2_pq_empty(&stream->obq)) { in stream_update_dep_on_detach_item()
A Dnghttp2_pq.c161 int nghttp2_pq_empty(nghttp2_pq *pq) in nghttp2_pq_empty() function
A Dnghttp2_session.c6885 (!nghttp2_pq_empty(&session->root.obq) && in nghttp2_session_want_write()

Completed in 19 milliseconds