Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel_credentials.c223 char* roots_ptr = StringValueCStr(roots); in grpc_rb_set_default_roots_pem() local
224 size_t length = strlen(roots_ptr); in grpc_rb_set_default_roots_pem()
227 memcpy(pem_root_certs, roots_ptr, length + 1); in grpc_rb_set_default_roots_pem()