Searched refs:pSiteNameW (Results 1 – 1 of 1) sorted by relevance
880 PWSTR pDomainNameW = NULL, pSiteNameW = NULL; in DsGetDcNameWithAccountA() local922 pSiteNameW = NetpAllocWStrFromAnsiStr((PSTR)SiteName); in DsGetDcNameWithAccountA()923 if (pSiteNameW == NULL) in DsGetDcNameWithAccountA()934 pSiteNameW, in DsGetDcNameWithAccountA()1116 if (pSiteNameW != NULL) in DsGetDcNameWithAccountA()1117 NetApiBufferFree(pSiteNameW); in DsGetDcNameWithAccountA()1368 PWSTR pSiteNameW = NULL; in DsGetSiteNameA() local1385 &pSiteNameW); in DsGetSiteNameA()1389 *SiteName = NetpAllocAnsiStrFromWStr(pSiteNameW); in DsGetSiteNameA()1396 if (pSiteNameW != NULL) in DsGetSiteNameA()[all …]