Searched refs:hostLen (Results 1 – 2 of 2) sorted by relevance
71 UIntPtr hostLen; in GetServerRpcNew()72 IntPtr hostPtr = Native.grpcsharp_request_call_context_host(this, out hostLen); in GetServerRpcNew()73 var host = Marshal.PtrToStringAnsi(hostPtr, (int) hostLen.ToUInt32()); in GetServerRpcNew()
217 unsigned hostLen = prevHostName->Len(); in GetUpdatePairInfoList() local218 if (name->Len() > hostLen) in GetUpdatePairInfoList()219 if ((*name)[hostLen] == ':' && CompareFileNames(*prevHostName, name->Left(hostLen)) == 0) in GetUpdatePairInfoList()