Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.h115 grpc_auth_context* grpc_auth_context_from_arg(const grpc_arg* arg);
Dsecurity_context.cc329 grpc_auth_context* grpc_auth_context_from_arg(const grpc_arg* arg) { function
344 grpc_auth_context* p = grpc_auth_context_from_arg(&args->args[i]);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.h148 grpc_auth_context* grpc_auth_context_from_arg(const grpc_arg* arg);
Dsecurity_context.cc303 grpc_auth_context* grpc_auth_context_from_arg(const grpc_arg* arg) { in grpc_auth_context_from_arg() function
318 grpc_auth_context* p = grpc_auth_context_from_arg(&args->args[i]); in grpc_find_auth_context_in_args()