Home
last modified time | relevance | path

Searched refs:hostName (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Win32/
DWin32.xs1713 WCHAR *url = NULL, *file = NULL, *hostName = NULL, *urlPath = NULL; local
1761 New(0, hostName, urlComp.dwHostNameLength + 1, WCHAR);
1762 wcsncpy(hostName, urlComp.lpszHostName, urlComp.dwHostNameLength);
1763 hostName[urlComp.dwHostNameLength] = 0;
1780 hostName,
1965 Safefree(hostName);