Searched refs:urlPath (Results 1 – 1 of 1) sorted by relevance
1713 WCHAR *url = NULL, *file = NULL, *hostName = NULL, *urlPath = NULL; local1765 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);