Home
last modified time | relevance | path

Searched refs:pri_spec_copy (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_session.c8262 nghttp2_priority_spec pri_spec_copy; in nghttp2_session_change_stream_priority() local
8277 pri_spec_copy = *pri_spec; in nghttp2_session_change_stream_priority()
8278 nghttp2_priority_spec_normalize_weight(&pri_spec_copy); in nghttp2_session_change_stream_priority()
8280 rv = nghttp2_session_reprioritize_stream(session, stream, &pri_spec_copy); in nghttp2_session_change_stream_priority()
8298 nghttp2_priority_spec pri_spec_copy; in nghttp2_session_create_idle_stream() local
8314 pri_spec_copy = *pri_spec; in nghttp2_session_create_idle_stream()
8315 nghttp2_priority_spec_normalize_weight(&pri_spec_copy); in nghttp2_session_create_idle_stream()
8319 &pri_spec_copy, NGHTTP2_STREAM_IDLE, NULL); in nghttp2_session_create_idle_stream()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c8251 nghttp2_priority_spec pri_spec_copy; in nghttp2_session_change_stream_priority() local
8266 pri_spec_copy = *pri_spec; in nghttp2_session_change_stream_priority()
8267 nghttp2_priority_spec_normalize_weight(&pri_spec_copy); in nghttp2_session_change_stream_priority()
8269 rv = nghttp2_session_reprioritize_stream(session, stream, &pri_spec_copy); in nghttp2_session_change_stream_priority()
8287 nghttp2_priority_spec pri_spec_copy; in nghttp2_session_create_idle_stream() local
8303 pri_spec_copy = *pri_spec; in nghttp2_session_create_idle_stream()
8304 nghttp2_priority_spec_normalize_weight(&pri_spec_copy); in nghttp2_session_create_idle_stream()
8308 &pri_spec_copy, NGHTTP2_STREAM_IDLE, NULL); in nghttp2_session_create_idle_stream()

Completed in 18 milliseconds