/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.c | 278 nghttp2_priority_spec_init(&pri_spec, dep_stream_id, weight, exclusive); in open_stream_with_all() 322 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_sent_stream() 331 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_sent_stream2() 383 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_recv_stream() 392 nghttp2_priority_spec_init(&pri_spec, 0, NGHTTP2_DEFAULT_WEIGHT, 0); in open_recv_stream2()
|
H A D | nghttp2_session_test.c | 1461 nghttp2_priority_spec_init(&pri_spec, 1, 99, 0); in test_nghttp2_session_recv_headers_with_priority() 1496 nghttp2_priority_spec_init(&pri_spec, 0, 99, 0); in test_nghttp2_session_recv_headers_with_priority() 1543 nghttp2_priority_spec_init(&pri_spec, 1, 0, 0); in test_nghttp2_session_recv_headers_with_priority() 3233 nghttp2_priority_spec_init(&pri_spec, 0, 255, 0); in test_nghttp2_session_on_request_headers_received() 3593 nghttp2_priority_spec_init(&pri_spec, 0, 2, 0); in test_nghttp2_session_on_priority_received() 3608 nghttp2_priority_spec_init(&frame.priority.pri_spec, 3, 1, 0); in test_nghttp2_session_on_priority_received() 3631 nghttp2_priority_spec_init(&pri_spec, 1, 0, 0); in test_nghttp2_session_on_priority_received() 3647 nghttp2_priority_spec_init(&pri_spec, 1, 16, 0); in test_nghttp2_session_on_priority_received() 5063 nghttp2_priority_spec_init(&pri_spec, 0, 10, 0); in test_nghttp2_session_reprioritize_stream() 5073 nghttp2_priority_spec_init( in test_nghttp2_session_reprioritize_stream() [all...] |
H A D | nghttp2_frame_test.c | 128 nghttp2_priority_spec_init(&frame.pri_spec, 1000000009, 12, 1); in test_nghttp2_frame_pack_headers() 217 nghttp2_priority_spec_init(&pri_spec, 1000000009, 12, 1); in test_nghttp2_frame_pack_priority()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_priority_spec.c | 27 void nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, in nghttp2_priority_spec_init() function
|
H A D | nghttp2_frame.c | 418 nghttp2_priority_spec_init(pri_spec, dep_stream_id, weight, exclusive); in nghttp2_frame_unpack_priority_spec()
|
H A D | nghttp2_session.c | 1177 nghttp2_priority_spec_init(&pri_spec, stream->stream_id, in nghttp2_session_add_item() 5032 nghttp2_priority_spec_init(&pri_spec, stream->stream_id, in nghttp2_session_on_push_promise_received()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_priority_spec.c | 27 void nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, in nghttp2_priority_spec_init() function
|
H A D | nghttp2_frame.c | 418 nghttp2_priority_spec_init(pri_spec, dep_stream_id, weight, exclusive); in nghttp2_frame_unpack_priority_spec()
|
H A D | nghttp2_session.c | 1172 nghttp2_priority_spec_init(&pri_spec, stream->stream_id, in nghttp2_session_add_item() 5027 nghttp2_priority_spec_init(&pri_spec, stream->stream_id, in nghttp2_session_on_push_promise_received()
|
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 322 nghttp2_priority_spec_init(&pri_spec, anchor_id, weight, 0); in resolve_dep() 1198 nghttp2_priority_spec_init(&pri_spec, anchor.dep_stream_id, anchor.weight, in connection_made() 1217 nghttp2_priority_spec_init(&pri_spec, anchor.stream_id, in connection_made() 1231 nghttp2_priority_spec_init(&pri_spec, 0, reqvec[0]->pri_spec.weight, 0); in connection_made() 2374 nghttp2_priority_spec_init(&pri_spec, dep_stream_id, std::get<3>(req), 0); in communicate()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 3880 NGHTTP2_EXTERN void nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, 3910 * use `nghttp2_priority_spec_init()`. If |pri_spec| is not ``NULL``, 4136 * use `nghttp2_priority_spec_init()`. If |pri_spec| is not ``NULL``, 4267 * `nghttp2_priority_spec_init()`. This function will copy its data
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 3864 NGHTTP2_EXTERN void nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, 3894 * use `nghttp2_priority_spec_init()`. If |pri_spec| is not ``NULL``, 4120 * use `nghttp2_priority_spec_init()`. If |pri_spec| is not ``NULL``, 4251 * `nghttp2_priority_spec_init()`. This function will copy its data
|
/third_party/curl/lib/ |
H A D | http2.c | 1788 nghttp2_priority_spec_init(pri_spec, depstream_id, in h2_pri_spec()
|
/third_party/node/src/ |
H A D | node_http2.cc | 352 nghttp2_priority_spec_init(this, parent_, weight_, exclusive_ ? 1 : 0); in Http2Priority()
|