Home
last modified time | relevance | path

Searched refs:obq (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_stream.c65 nghttp2_pq_init(&stream->obq, stream_less, mem); in nghttp2_stream_init()
108 nghttp2_pq_free(&stream->obq); in nghttp2_stream_free()
131 return stream_active(stream) || !nghttp2_pq_empty(&stream->obq); in stream_subtree_active()
155 DEBUGF("stream: stream=%d obq push cycle=%lu\n", stream->stream_id, in stream_obq_push()
161 rv = nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in stream_obq_push()
172 * Removes |stream| from parent's obq. If removal of |stream| makes
173 * parent's obq empty, and parent is not active, then parent is also
189 nghttp2_pq_remove(&dep_stream->obq, &stream->pq_entry); in stream_obq_remove()
206 * Moves |stream| from |src|'s obq to |dest|'s obq
[all...]
H A Dnghttp2_stream.h150 /* Entry for dep_prev->obq */
155 nghttp2_pq obq; member
H A Dnghttp2_session.c7377 ((!nghttp2_pq_empty(&session->root.obq) || in nghttp2_session_want_write()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c65 nghttp2_pq_init(&stream->obq, stream_less, mem); in nghttp2_stream_init()
108 nghttp2_pq_free(&stream->obq); in nghttp2_stream_free()
131 return stream_active(stream) || !nghttp2_pq_empty(&stream->obq); in stream_subtree_active()
155 DEBUGF("stream: stream=%d obq push cycle=%lu\n", stream->stream_id, in stream_obq_push()
161 rv = nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in stream_obq_push()
172 * Removes |stream| from parent's obq. If removal of |stream| makes
173 * parent's obq empty, and parent is not active, then parent is also
189 nghttp2_pq_remove(&dep_stream->obq, &stream->pq_entry); in stream_obq_remove()
206 * Moves |stream| from |src|'s obq to |dest|'s obq
[all...]
H A Dnghttp2_stream.h150 /* Entry for dep_prev->obq */
155 nghttp2_pq obq; member
H A Dnghttp2_session.c7366 ((!nghttp2_pq_empty(&session->root.obq) || in nghttp2_session_want_write()
/third_party/nghttp2/tests/
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(&d->obq)); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
[all...]

Completed in 31 milliseconds