Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.h59 grpc_auth_context_unref((p), __FILE__, __LINE__, (r))
63 void grpc_auth_context_unref(grpc_auth_context* policy, const char* file,
67 #define GRPC_AUTH_CONTEXT_UNREF(p, r) grpc_auth_context_unref((p))
69 void grpc_auth_context_unref(grpc_auth_context* policy);
Dsecurity_context.cc154 void grpc_auth_context_unref(grpc_auth_context* ctx, const char* file, int line, function
164 void grpc_auth_context_unref(grpc_auth_context* ctx) {