Searched refs:enable_bdp (Results 1 – 2 of 2) sorted by relevance
237 bool enable_bdp = true; in read_channel_args() local298 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() local543 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()
232 bool enable_bdp = true; in read_channel_args() local285 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() local478 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()