Searched defs:grpcsharp_server_credentials_release (Results 1 – 3 of 3) sorted by relevance
321 void grpcsharp_server_credentials_release() { in grpcsharp_server_credentials_release() function
111 …donly Delegates.grpcsharp_server_credentials_release_delegate grpcsharp_server_credentials_release; field in Grpc.Core.Internal.NativeMethods809 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1129 public static extern void grpcsharp_server_credentials_release(IntPtr credentials); in grpcsharp_server_credentials_release() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
1097 grpcsharp_server_credentials_release(grpc_server_credentials* creds) { in grpcsharp_server_credentials_release() function