Searched refs:GRPC_ARG_KEEPALIVE_TIME_MS (Results 1 – 6 of 6) sorted by relevance
8 * **GRPC_ARG_KEEPALIVE_TIME_MS**30 GRPC_ARG_KEEPALIVE_TIME_MS|INT_MAX (disabled)|7200000 (2 hours)
222 #define GRPC_ARG_KEEPALIVE_TIME_MS "grpc.keepalive_time_ms" macro
104 keepalive_arg_elems[0].key = const_cast<char*>(GRPC_ARG_KEEPALIVE_TIME_MS); in test_keepalive_timeout()
268 if (0 == strcmp(channel_args->args[i].key, GRPC_ARG_KEEPALIVE_TIME_MS)) { in grpc_set_socket_tcp_user_timeout()
238 args[@GRPC_ARG_KEEPALIVE_TIME_MS] = [NSNumber numberWithInt:_keepaliveInterval];
300 strcmp(channel_args->args[i].key, GRPC_ARG_KEEPALIVE_TIME_MS)) { in read_channel_args()2615 if (0 == strcmp(args->args[i].key, GRPC_ARG_KEEPALIVE_TIME_MS)) { in grpc_chttp2_config_default_keepalive_args()