Searched refs:dep_prev (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_stream.c | 80 stream->dep_prev = NULL; in nghttp2_stream_init() 151 stream = dep_stream, dep_stream = dep_stream->dep_prev) { in stream_obq_push() 179 dep_stream = stream->dep_prev; in stream_obq_remove() 185 for (; dep_stream; stream = dep_stream, dep_stream = dep_stream->dep_prev) { in stream_obq_remove() 231 dep_stream = stream->dep_prev; in nghttp2_stream_reschedule() 233 for (; dep_stream; stream = dep_stream, dep_stream = dep_stream->dep_prev) { in nghttp2_stream_reschedule() 261 dep_stream = stream->dep_prev; in nghttp2_stream_change_weight() 413 if (si->dep_prev != stream) { in check_dep_prev() 414 fprintf(stderr, "si->dep_prev = %p; want %p\n", si->dep_prev, strea in check_dep_prev() 770 nghttp2_stream *dep_prev, *si; nghttp2_stream_dep_remove() local 899 nghttp2_stream *next, *dep_prev; nghttp2_stream_dep_remove_subtree() local [all...] |
H A D | nghttp2_stream.h | 150 /* Entry for dep_prev->obq */ 170 a stream, only one stream (left most) has non-NULL dep_prev which 173 non-NULL dep_prev always NULL sib_prev. The right most stream 175 dep_prev and sib_prev are NULL. */ 176 nghttp2_stream *dep_prev, *dep_next; member 225 dep_prev. We maintain the invariant that if a stream is queued,
|
H A D | nghttp2_session.c | 880 rv = nghttp2_stream_dep_add_subtree(stream->dep_prev, dep_stream); in nghttp2_session_reprioritize_stream() 888 if (dep_stream == stream->dep_prev && !pri_spec->exclusive) { in nghttp2_session_reprioritize_stream()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_stream.c | 80 stream->dep_prev = NULL; in nghttp2_stream_init() 151 stream = dep_stream, dep_stream = dep_stream->dep_prev) { in stream_obq_push() 179 dep_stream = stream->dep_prev; in stream_obq_remove() 185 for (; dep_stream; stream = dep_stream, dep_stream = dep_stream->dep_prev) { in stream_obq_remove() 231 dep_stream = stream->dep_prev; in nghttp2_stream_reschedule() 233 for (; dep_stream; stream = dep_stream, dep_stream = dep_stream->dep_prev) { in nghttp2_stream_reschedule() 261 dep_stream = stream->dep_prev; in nghttp2_stream_change_weight() 413 if (si->dep_prev != stream) { in check_dep_prev() 414 fprintf(stderr, "si->dep_prev = %p; want %p\n", si->dep_prev, strea in check_dep_prev() 770 nghttp2_stream *dep_prev, *si; nghttp2_stream_dep_remove() local 899 nghttp2_stream *next, *dep_prev; nghttp2_stream_dep_remove_subtree() local [all...] |
H A D | nghttp2_stream.h | 150 /* Entry for dep_prev->obq */ 170 a stream, only one stream (left most) has non-NULL dep_prev which 173 non-NULL dep_prev always NULL sib_prev. The right most stream 175 dep_prev and sib_prev are NULL. */ 176 nghttp2_stream *dep_prev, *dep_next; member 225 dep_prev. We maintain the invariant that if a stream is queued,
|
H A D | nghttp2_session.c | 875 rv = nghttp2_stream_dep_add_subtree(stream->dep_prev, dep_stream); in nghttp2_session_reprioritize_stream() 883 if (dep_stream == stream->dep_prev && !pri_spec->exclusive) { in nghttp2_session_reprioritize_stream()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 1487 CU_ASSERT(1 == stream->dep_prev->stream_id); in test_nghttp2_session_recv_headers_with_priority() 3611 CU_ASSERT(dep_stream == stream->dep_prev); in test_nghttp2_session_on_priority_received() 3622 CU_ASSERT(dep_stream == stream->dep_prev); in test_nghttp2_session_on_priority_received() 5069 CU_ASSERT(&session->root == stream->dep_prev); in test_nghttp2_session_reprioritize_stream() 5079 CU_ASSERT(3 == stream->dep_prev->stream_id); in test_nghttp2_session_reprioritize_stream() 5094 CU_ASSERT(dep_stream == stream->dep_prev); in test_nghttp2_session_reprioritize_stream() 5103 CU_ASSERT(dep_stream == stream->dep_prev); in test_nghttp2_session_reprioritize_stream() 5114 CU_ASSERT(stream == dep_stream->dep_prev); in test_nghttp2_session_reprioritize_stream() 5145 CU_ASSERT(7 == stream->dep_prev->stream_id); in test_nghttp2_session_reprioritize_stream() 5149 CU_ASSERT(1 == stream->dep_prev in test_nghttp2_session_reprioritize_stream() [all...] |
Completed in 29 milliseconds