Home
last modified time | relevance | path

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

/external/grpc-grpc/
Dgrpc.def110 grpc_metadata_credentials_create_from_plugin
/external/grpc-grpc/src/php/ext/grpc/
Dcall_credentials.c131 grpc_metadata_credentials_create_from_plugin(plugin, NULL); in PHP_METHOD()
/external/grpc-grpc/include/grpc/
Dgrpc_security.h346 GRPCAPI grpc_call_credentials* grpc_metadata_credentials_create_from_plugin(
/external/grpc-grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc258 grpc_call_credentials* grpc_metadata_credentials_create_from_plugin( in grpc_metadata_credentials_create_from_plugin() function
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_call_credentials.c229 creds = grpc_metadata_credentials_create_from_plugin(plugin, NULL); in grpc_rb_call_credentials_init()
Drb_grpc_imports.generated.h370 #define grpc_metadata_credentials_create_from_plugin grpc_metadata_credentials_create_from_plugin_i… macro
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c169 printf("%lx", (unsigned long) grpc_metadata_credentials_create_from_plugin); in main()
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc307 grpc_metadata_credentials_create_from_plugin(c_plugin, nullptr)); in MetadataCredentialsFromPlugin()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc1064 grpc_metadata_credentials_create_from_plugin(plugin, nullptr); in test_metadata_plugin_success()
1092 grpc_metadata_credentials_create_from_plugin(plugin, nullptr); in test_metadata_plugin_failure()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pyx.pxi79 return grpc_metadata_credentials_create_from_plugin(c_metadata_plugin, NULL)
Dgrpc.pxi537 grpc_call_credentials *grpc_metadata_credentials_create_from_plugin(
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1061 return grpc_metadata_credentials_create_from_plugin(plugin, NULL); in grpcsharp_metadata_credentials_create_from_plugin()