Go to the source code of this file.
◆ grpc_rb_channel_credentials
◆ get_ssl_roots_override()
◆ grpc_rb_channel_credentials_alloc()
| static VALUE grpc_rb_channel_credentials_alloc |
( |
VALUE |
cls | ) |
|
|
static |
◆ grpc_rb_channel_credentials_compose()
| static VALUE grpc_rb_channel_credentials_compose |
( |
int |
argc, |
|
|
VALUE * |
argv, |
|
|
VALUE |
self |
|
) |
| |
|
static |
◆ grpc_rb_channel_credentials_free()
| static void grpc_rb_channel_credentials_free |
( |
void * |
p | ) |
|
|
static |
◆ grpc_rb_channel_credentials_free_internal()
| static void grpc_rb_channel_credentials_free_internal |
( |
void * |
p | ) |
|
|
static |
◆ grpc_rb_channel_credentials_init()
| static VALUE grpc_rb_channel_credentials_init |
( |
int |
argc, |
|
|
VALUE * |
argv, |
|
|
VALUE |
self |
|
) |
| |
|
static |
◆ grpc_rb_channel_credentials_mark()
| static void grpc_rb_channel_credentials_mark |
( |
void * |
p | ) |
|
|
static |
◆ grpc_rb_get_wrapped_channel_credentials()
◆ grpc_rb_is_channel_credentials()
| bool grpc_rb_is_channel_credentials |
( |
VALUE |
v | ) |
|
◆ grpc_rb_set_default_roots_pem()
| static VALUE grpc_rb_set_default_roots_pem |
( |
VALUE |
self, |
|
|
VALUE |
roots |
|
) |
| |
|
static |
◆ grpc_rb_wrap_channel_credentials()
◆ Init_grpc_channel_credentials()
| void Init_grpc_channel_credentials |
( |
| ) |
|
◆ grpc_rb_cChannelCredentials
| VALUE grpc_rb_cChannelCredentials = Qnil |
|
static |
◆ grpc_rb_channel_credentials_data_type
| rb_data_type_t grpc_rb_channel_credentials_data_type |
|
static |
Initial value:= {
"grpc_channel_credentials",
{NULL, NULL}},
NULL,
NULL,
}
Definition at line 82 of file rb_channel_credentials.c.
◆ id_pem_cert_chain
◆ id_pem_private_key
◆ id_pem_root_certs
◆ pem_root_certs
| char* pem_root_certs = NULL |
|
static |