Searched refs:grpc_call_auth_context (Results 1 – 13 of 13) sorted by relevance
39 auth_context = grpc_call_auth_context(call.c_call)56 auth_context = grpc_call_auth_context(call.c_call)72 auth_context = grpc_call_auth_context(call.c_call)
566 grpc_auth_context *grpc_call_auth_context(grpc_call *call)
32 new SecureAuthContext(grpc_call_auth_context(call), true)); in CreateAuthContext()
89 grpc_call_auth_context
230 s_auth_context = grpc_call_auth_context(s); in request_response_with_payload_and_call_creds()235 c_auth_context = grpc_call_auth_context(c); in request_response_with_payload_and_call_creds()
175 auth_context_ = grpc_call_auth_context(gc_); in Init()
78 GRPCAPI grpc_auth_context* grpc_call_auth_context(grpc_call* call);
148 printf("%lx", (unsigned long) grpc_call_auth_context); in main()
156 grpc_auth_context* auth = grpc_call_auth_context(s); in do_round_trip()
65 grpc_auth_context* grpc_call_auth_context(grpc_call* call) { in grpc_call_auth_context() function
245 ctx = grpc_call_auth_context(call->wrapped); in grpc_rb_call_get_peer_cert()
307 #define grpc_call_auth_context grpc_call_auth_context_import macro
1068 return grpc_call_auth_context(call); in grpcsharp_call_auth_context()