HomeSort by relevance Sort by last modified time
    Searched full:palias (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 135 char *pname = name, *palias = alias, *tmp = NULL; local
141 err = WspiapiQueryDNS (pszNodeName, iSocketType, iProtocol, wPort, palias, pptResult);
147 if (strlen (palias) == 0 || !strcmp (pname, palias) || cntAlias == 16)
152 WspiapiSwap(pname, palias, tmp);
156 (*pptResult)->ai_canonname = WspiapiStrdup (palias);
wsdbase.h 145 STDMETHOD_(HRESULT,SetAlias)(THIS_ const GUID *pAlias) PURE;
146 STDMETHOD_(HRESULT,GetAlias)(THIS_ GUID *pAlias) PURE;
167 #define IWSDUdpAddress_SetAlias(This,pAlias) (This)->lpVtbl->SetAlias(This,pAlias)
168 #define IWSDUdpAddress_GetAlias(This,pAlias) (This)->lpVtbl->GetAlias(This,pAlias)
cdoexm.h 218 virtual HRESULT WINAPI get_Alias(BSTR *pAlias) = 0;
256 HRESULT (WINAPI *get_Alias)(IMailRecipient *This,BSTR *pAlias);
296 #define IMailRecipient_get_Alias(This,pAlias) (This)->lpVtbl->get_Alias(This,pAlias)
347 HRESULT WINAPI IMailRecipient_get_Alias_Proxy(IMailRecipient *This,BSTR *pAlias);
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 63 void Module::addAlias(const ResolveInfo& pAlias) {
66 m_AliasLists[last_pos]->push_back(&pAlias);
  /frameworks/compile/mclinker/include/mcld/
Module.h 160 // add pAlias into the newly created alias list
161 void addAlias(const ResolveInfo& pAlias);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libws2_32.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libws2_32.a     [all...]

Completed in 272 milliseconds