Searched refs:nghttp2_pq_empty (Results 1 – 4 of 4) sorted by relevance
99 int nghttp2_pq_empty(nghttp2_pq *pq);
138 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()
161 int nghttp2_pq_empty(nghttp2_pq *pq) in nghttp2_pq_empty() function
6885 (!nghttp2_pq_empty(&session->root.obq) && in nghttp2_session_want_write()
Completed in 17 milliseconds