Home
last modified time | relevance | path

Searched defs:grpcsharp_server_credentials_release (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs109 …donly Delegates.grpcsharp_server_credentials_release_delegate grpcsharp_server_credentials_release; field in Grpc.Core.Internal.NativeMethods
758 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib
1051 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c993 grpcsharp_server_credentials_release(grpc_server_credentials* creds) { in grpcsharp_server_credentials_release() function