Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel_args.c45 const char* the_key; in grpc_rb_channel_create_in_process_add_args_hash_cb() local
50 the_key = StringValuePtr(key); in grpc_rb_channel_create_in_process_add_args_hash_cb()
54 the_key = rb_id2name(SYM2ID(key)); in grpc_rb_channel_create_in_process_add_args_hash_cb()
71 args->args[args->num_args - 1].key = (char*)the_key; in grpc_rb_channel_create_in_process_add_args_hash_cb()
/external/libevent/test/
Dregress_ssl.c196 EVP_PKEY *the_key; variable
220 the_key = ssl_getkey(); in ssl_test_setup()
221 EVUTIL_ASSERT(the_key); in ssl_test_setup()
223 the_cert = ssl_getcert(the_key); in ssl_test_setup()
249 EVP_PKEY_free(the_key); in ssl_test_cleanup()
485 SSL_use_PrivateKey(ssl2, the_key); in regress_bufferevent_openssl()
589 SSL_use_PrivateKey(ssl, the_key); in acceptcb()
865 SSL_use_PrivateKey(ssl, the_key); in wm_acceptcb()