Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc344 } settings_map[] = {{GRPC_ARG_MAX_CONCURRENT_STREAMS, in read_channel_args() local
368 for (j = 0; j < static_cast<int> GPR_ARRAY_SIZE(settings_map); j++) { in read_channel_args()
370 settings_map[j].channel_arg_name)) { in read_channel_args()
371 if (!settings_map[j].availability[is_client]) { in read_channel_args()
373 settings_map[j].channel_arg_name, in read_channel_args()
377 &channel_args->args[i], settings_map[j].integer_options); in read_channel_args()
379 queue_setting_update(t, settings_map[j].setting_id, in read_channel_args()