Home
last modified time | relevance | path

Searched refs:nghttp2_pq_empty (Results 1 - 10 of 10) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c62 CU_ASSERT(nghttp2_pq_empty(&pq)); in test_nghttp2_pq()
65 CU_ASSERT(0 == nghttp2_pq_empty(&pq)); in test_nghttp2_pq()
100 CU_ASSERT(nghttp2_pq_empty(&pq)); in test_nghttp2_pq()
H A Dnghttp2_session_test.c8781 CU_ASSERT(nghttp2_pq_empty(&a->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8782 CU_ASSERT(nghttp2_pq_empty(&b->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8783 CU_ASSERT(nghttp2_pq_empty(&c->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8816 CU_ASSERT(nghttp2_pq_empty(&a->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8817 CU_ASSERT(nghttp2_pq_empty(&b->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8818 CU_ASSERT(nghttp2_pq_empty(&c->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8857 CU_ASSERT(nghttp2_pq_empty(&a->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8858 CU_ASSERT(nghttp2_pq_empty(&b->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8859 CU_ASSERT(nghttp2_pq_empty(&c->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8860 CU_ASSERT(nghttp2_pq_empty( in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_pq.h93 int nghttp2_pq_empty(nghttp2_pq *pq);
H A Dnghttp2_stream.c131 return stream_active(stream) || !nghttp2_pq_empty(&stream->obq); in stream_subtree_active()
335 if (!nghttp2_pq_empty(&stream->obq)) { in ensure_inactive()
379 if (stream_active(stream) || !nghttp2_pq_empty(&stream->obq)) { in check_queued()
438 if (nghttp2_pq_empty(&stream->obq)) { in validate_tree()
469 if (nghttp2_pq_empty(&stream->obq)) { in stream_update_dep_on_detach_item()
H A Dnghttp2_pq.c151 int nghttp2_pq_empty(nghttp2_pq *pq) { return pq->length == 0; } in nghttp2_pq_empty() function
H A Dnghttp2_session.c916 if (nghttp2_pq_empty(pq)) { in pq_get_first_cycle()
1054 if (!nghttp2_pq_empty(&session->sched[i].ob_data)) { in session_sched_empty()
7377 ((!nghttp2_pq_empty(&session->root.obq) || in nghttp2_session_want_write()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.h93 int nghttp2_pq_empty(nghttp2_pq *pq);
H A Dnghttp2_stream.c131 return stream_active(stream) || !nghttp2_pq_empty(&stream->obq); in stream_subtree_active()
335 if (!nghttp2_pq_empty(&stream->obq)) { in ensure_inactive()
379 if (stream_active(stream) || !nghttp2_pq_empty(&stream->obq)) { in check_queued()
438 if (nghttp2_pq_empty(&stream->obq)) { in validate_tree()
469 if (nghttp2_pq_empty(&stream->obq)) { in stream_update_dep_on_detach_item()
H A Dnghttp2_pq.c151 int nghttp2_pq_empty(nghttp2_pq *pq) { return pq->length == 0; } in nghttp2_pq_empty() function
H A Dnghttp2_session.c911 if (nghttp2_pq_empty(pq)) { in pq_get_first_cycle()
1049 if (!nghttp2_pq_empty(&session->sched[i].ob_data)) { in session_sched_empty()
7366 ((!nghttp2_pq_empty(&session->root.obq) || in nghttp2_session_want_write()

Completed in 34 milliseconds