Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.xs1713 WCHAR *url = NULL, *file = NULL, *hostName = NULL, *urlPath = NULL; local
1765 New(0, urlPath, urlComp.dwUrlPathLength + urlComp.dwExtraInfoLength + 1, WCHAR);
1766 wcsncpy(urlPath, urlComp.lpszUrlPath, urlComp.dwUrlPathLength + urlComp.dwExtraInfoLength);
1767 urlPath[urlComp.dwUrlPathLength + urlComp.dwExtraInfoLength] = 0;
1788 urlPath,
1966 Safefree(urlPath);