Searched refs:nghttp2_pq_size (Results 1 – 9 of 9) sorted by relevance
61 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()
8351 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 …]
104 size_t nghttp2_pq_size(nghttp2_pq *pq);
154 size_t nghttp2_pq_size(nghttp2_pq *pq) { return pq->length; } in nghttp2_pq_size() function
336 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()
206 nghttp2_pq_size;