Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc237 bool enable_bdp = true; in read_channel_args() local
298 enable_bdp = grpc_channel_arg_get_bool(&channel_args->args[i], true); in read_channel_args()
388 return enable_bdp; in read_channel_args()
541 bool enable_bdp = true; in init_transport() local
543 enable_bdp = read_channel_args(t, channel_args, is_client); in init_transport()
548 enable_bdp); in init_transport()
551 enable_bdp = false; in init_transport()
564 if (enable_bdp) { in init_transport()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc232 bool enable_bdp = true; in read_channel_args() local
285 enable_bdp = grpc_channel_arg_get_bool(&channel_args->args[i], true); in read_channel_args()
371 return enable_bdp; in read_channel_args()
476 bool enable_bdp = true; in grpc_chttp2_transport() local
478 enable_bdp = read_channel_args(this, channel_args, is_client); in grpc_chttp2_transport()
483 enable_bdp); in grpc_chttp2_transport()
486 enable_bdp = false; in grpc_chttp2_transport()
499 if (enable_bdp) { in grpc_chttp2_transport()