Home
last modified time | relevance | path

Searched refs:dep_stream_id (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_test_helper.c272 int32_t dep_stream_id; in open_stream_with_all() local
275 dep_stream_id = dep_stream->stream_id; in open_stream_with_all()
277 dep_stream_id = 0; in open_stream_with_all()
280 nghttp2_priority_spec_init(&pri_spec, dep_stream_id, weight, exclusive); in open_stream_with_all()
/third_party/nghttp2/
DREADME.rst564 (dep_stream_id=0, weight=201, exclusive=0)
566 (dep_stream_id=0, weight=101, exclusive=0)
568 (dep_stream_id=0, weight=1, exclusive=0)
570 (dep_stream_id=7, weight=1, exclusive=0)
572 (dep_stream_id=3, weight=1, exclusive=0)
575 (padlen=0, dep_stream_id=11, weight=16, exclusive=0)
665 (dep_stream_id=0, weight=201, exclusive=0)
667 (dep_stream_id=0, weight=101, exclusive=0)
669 (dep_stream_id=0, weight=1, exclusive=0)
671 (dep_stream_id=7, weight=1, exclusive=0)
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_frame.c410 int32_t dep_stream_id; in nghttp2_frame_unpack_priority_spec() local
414 dep_stream_id = nghttp2_get_uint32(payload) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_priority_spec()
418 nghttp2_priority_spec_init(pri_spec, dep_stream_id, weight, exclusive); in nghttp2_frame_unpack_priority_spec()
/third_party/nghttp2/lib/
Dnghttp2_frame.c410 int32_t dep_stream_id; in nghttp2_frame_unpack_priority_spec() local
414 dep_stream_id = nghttp2_get_uint32(payload) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_priority_spec()
418 nghttp2_priority_spec_init(pri_spec, dep_stream_id, weight, exclusive); in nghttp2_frame_unpack_priority_spec()
/third_party/nghttp2/src/
Dnghttp.cc76 int32_t dep_stream_id; member
1198 nghttp2_priority_spec_init(&pri_spec, anchor.dep_stream_id, anchor.weight, in connection_made()
2365 int32_t dep_stream_id = 0; in communicate() local
2368 dep_stream_id = anchors[ANCHOR_FOLLOWERS].stream_id; in communicate()
2374 nghttp2_priority_spec_init(&pri_spec, dep_stream_id, std::get<3>(req), 0); in communicate()