Home
last modified time | relevance | path

Searched refs:dep_stream_id (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c270 int32_t dep_stream_id; in open_stream_with_all() local
273 dep_stream_id = dep_stream->stream_id; in open_stream_with_all()
275 dep_stream_id = 0; in open_stream_with_all()
278 nghttp2_priority_spec_init(&pri_spec, dep_stream_id, weight, exclusive); in open_stream_with_all()
/third_party/nghttp2/lib/
H A 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/node/deps/nghttp2/lib/
H A 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/
H A 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()

Completed in 9 milliseconds