Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c63 CU_ASSERT(0 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
66 CU_ASSERT(1 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
76 CU_ASSERT(4 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
83 CU_ASSERT(3 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
101 CU_ASSERT(0 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
107 CU_ASSERT((size_t)(i + 1) == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
114 CU_ASSERT((size_t)(i - 1) == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
H A Dnghttp2_session_test.c8904 CU_ASSERT(1 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8905 CU_ASSERT(1 == nghttp2_pq_size(&c->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8994 CU_ASSERT(1 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
9006 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
9018 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
9028 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
9040 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
9041 CU_ASSERT(1 == nghttp2_pq_size(&c->obq)); in test_nghttp2_session_stream_attach_item()
9051 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
9052 CU_ASSERT(1 == nghttp2_pq_size( in test_nghttp2_session_stream_attach_item()
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_pq.h98 size_t nghttp2_pq_size(nghttp2_pq *pq);
H A Dnghttp2_pq.c153 size_t nghttp2_pq_size(nghttp2_pq *pq) { return pq->length; } in nghttp2_pq_size() function
H A Dnghttp2_stream.c336 fprintf(stderr, "stream(%p)=%d, nghttp2_pq_size() = %zu; want 0\n", stream, in ensure_inactive()
337 stream->stream_id, nghttp2_pq_size(&stream->obq)); in ensure_inactive()
354 "stream_active() == %d and nghttp2_pq_size(&stream->obq) = %zu\n", in check_queued()
356 nghttp2_pq_size(&stream->obq)); in check_queued()
383 "nghttp2_pq_size(&stream->obq) = %zu\n", in check_queued()
385 nghttp2_pq_size(&stream->obq)); in check_queued()
H A Dnghttp2_session.c1076 if (!inc || nghttp2_pq_size(pq) == 1) { in session_sched_reschedule_stream()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.h98 size_t nghttp2_pq_size(nghttp2_pq *pq);
H A Dnghttp2_pq.c153 size_t nghttp2_pq_size(nghttp2_pq *pq) { return pq->length; } in nghttp2_pq_size() function
H A Dnghttp2_stream.c336 fprintf(stderr, "stream(%p)=%d, nghttp2_pq_size() = %zu; want 0\n", stream, in ensure_inactive()
337 stream->stream_id, nghttp2_pq_size(&stream->obq)); in ensure_inactive()
354 "stream_active() == %d and nghttp2_pq_size(&stream->obq) = %zu\n", in check_queued()
356 nghttp2_pq_size(&stream->obq)); in check_queued()
383 "nghttp2_pq_size(&stream->obq) = %zu\n", in check_queued()
385 nghttp2_pq_size(&stream->obq)); in check_queued()
H A Dnghttp2_session.c1071 if (!inc || nghttp2_pq_size(pq) == 1) { in session_sched_reschedule_stream()

Completed in 40 milliseconds