Lines Matching refs:pSiteNameW
880 PWSTR pDomainNameW = NULL, pSiteNameW = NULL; in DsGetDcNameWithAccountA() local
922 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() local
1385 &pSiteNameW); in DsGetSiteNameA()
1389 *SiteName = NetpAllocAnsiStrFromWStr(pSiteNameW); in DsGetSiteNameA()
1396 if (pSiteNameW != NULL) in DsGetSiteNameA()
1397 NetApiBufferFree(pSiteNameW); in DsGetSiteNameA()