Searched refs:grpc_call_auth_context (Results 1 – 14 of 14) sorted by relevance
41 auth_context = grpc_call_auth_context(call.c_call)58 auth_context = grpc_call_auth_context(call.c_call)74 auth_context = grpc_call_auth_context(call.c_call)
621 grpc_auth_context *grpc_call_auth_context(grpc_call *call)
32 grpc_core::RefCountedPtr<grpc_auth_context> ctx(grpc_call_auth_context(call)); in CreateAuthContext()
92 grpc_call_auth_context
99 "grpc_call_auth_context";
231 s_auth_context = grpc_call_auth_context(s); in request_response_with_payload_and_call_creds()236 c_auth_context = grpc_call_auth_context(c); in request_response_with_payload_and_call_creds()
167 auth_context_ = grpc_call_auth_context(gc_); in Init()
65 grpc_auth_context* grpc_call_auth_context(grpc_call* call) { in grpc_call_auth_context() function
159 printf("%lx", (unsigned long) grpc_call_auth_context); in main()
191 grpc_auth_context* auth = grpc_call_auth_context(s); in do_round_trip()
78 GRPCAPI grpc_auth_context* grpc_call_auth_context(grpc_call* call);
245 ctx = grpc_call_auth_context(call->wrapped); in grpc_rb_call_get_peer_cert()
322 #define grpc_call_auth_context grpc_call_auth_context_import macro
1184 return grpc_call_auth_context(call); in grpcsharp_call_auth_context()