Home
last modified time | relevance | path

Searched refs:nghttp2_pq_size (Results 1 – 9 of 9) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_pq_test.c61 CU_ASSERT(0 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
64 CU_ASSERT(1 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
74 CU_ASSERT(4 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
81 CU_ASSERT(3 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
99 CU_ASSERT(0 == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
105 CU_ASSERT((size_t)(i + 1) == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
112 CU_ASSERT((size_t)(i - 1) == nghttp2_pq_size(&pq)); in test_nghttp2_pq()
Dnghttp2_session_test.c8351 CU_ASSERT(1 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8352 CU_ASSERT(1 == nghttp2_pq_size(&c->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8441 CU_ASSERT(1 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
8453 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
8465 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
8475 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
8487 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
8488 CU_ASSERT(1 == nghttp2_pq_size(&c->obq)); in test_nghttp2_session_stream_attach_item()
8498 CU_ASSERT(2 == nghttp2_pq_size(&a->obq)); in test_nghttp2_session_stream_attach_item()
8499 CU_ASSERT(1 == nghttp2_pq_size(&c->obq)); in test_nghttp2_session_stream_attach_item()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_pq.h104 size_t nghttp2_pq_size(nghttp2_pq *pq);
Dnghttp2_pq.c154 size_t nghttp2_pq_size(nghttp2_pq *pq) { return pq->length; } in nghttp2_pq_size() function
Dnghttp2_stream.c336 stream->stream_id, nghttp2_pq_size(&stream->obq)); in ensure_inactive()
355 nghttp2_pq_size(&stream->obq)); in check_queued()
384 nghttp2_pq_size(&stream->obq)); in check_queued()
/third_party/nghttp2/lib/
Dnghttp2_pq.h104 size_t nghttp2_pq_size(nghttp2_pq *pq);
Dnghttp2_pq.c154 size_t nghttp2_pq_size(nghttp2_pq *pq) { return pq->length; } in nghttp2_pq_size() function
Dnghttp2_stream.c336 stream->stream_id, nghttp2_pq_size(&stream->obq)); in ensure_inactive()
355 nghttp2_pq_size(&stream->obq)); in check_queued()
384 nghttp2_pq_size(&stream->obq)); in check_queued()
Dlibnghttp2_shared.map206 nghttp2_pq_size;