Home
last modified time | relevance | path

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

/reactos/dll/win32/shdocvw/
H A Dshdocvw_main.c464 LPWSTR urlW = NULL; in ParseURLFromOutsideSourceA() local
474 urlW = HeapAlloc(GetProcessHeap(), 0, len * sizeof(WCHAR)); in ParseURLFromOutsideSourceA()
475 MultiByteToWideChar(CP_ACP, 0, url, -1, urlW, len); in ParseURLFromOutsideSourceA()
479 ParseURLFromOutsideSourceW(urlW, buffer, &len, unknown); in ParseURLFromOutsideSourceA()
480 HeapFree(GetProcessHeap(), 0, urlW); in ParseURLFromOutsideSourceA()
526 LPWSTR urlW = NULL; in SHRestricted2A() local
532 urlW = heap_alloc(len * sizeof(WCHAR)); in SHRestricted2A()
533 MultiByteToWideChar(CP_ACP, 0, url, -1, urlW, len); in SHRestricted2A()
535 res = SHRestricted2W(restriction, urlW, reserved); in SHRestricted2A()
536 heap_free(urlW); in SHRestricted2A()
/reactos/modules/rostests/winetests/shdocvw/
H A Dshdocvw.c290 WCHAR urlW[INTERNET_MAX_URL_LENGTH]; in test_ParseURLFromOutsideSourceW() local
302 MultiByteToWideChar(CP_ACP, 0, ParseURL_table[0].url, -1, urlW, INTERNET_MAX_URL_LENGTH); in test_ParseURLFromOutsideSourceW()
312 res = pParseURLFromOutsideSourceW(urlW, bufferW, &len, &dummy); in test_ParseURLFromOutsideSourceW()
327 res = pParseURLFromOutsideSourceW(urlW, bufferW, &len, &dummy); in test_ParseURLFromOutsideSourceW()
337 res = pParseURLFromOutsideSourceW(urlW, bufferW, &len, &dummy); in test_ParseURLFromOutsideSourceW()
345 res = pParseURLFromOutsideSourceW(urlW, bufferW, &len, &dummy); in test_ParseURLFromOutsideSourceW()
/reactos/modules/rostests/winetests/shlwapi/
H A Durl.c553 WCHAR urlW[TEST_APPLY_MAX_LENGTH]; in test_UrlApplyScheme() local
1029 WCHAR *urlW, *expected_urlW; in test_UrlEscapeW() local
1032 urlW = GetWideString(TEST_ESCAPE[i].url); in test_UrlEscapeW()
1036 ret, TEST_ESCAPE[i].expectret, wine_dbgstr_w(urlW)); in test_UrlEscapeW()
1039 FreeWideString(urlW); in test_UrlEscapeW()
1314 WCHAR *pathW, *urlW; in test_UrlCreateFromPath() local
1331 urlW = GetWideString(TEST_URLFROMPATH[i].url); in test_UrlCreateFromPath()
1339 FreeWideString(urlW); in test_UrlCreateFromPath()
1421 WCHAR *urlW, *expected_urlW; in test_UrlUnescape() local
1454 urlW = GetWideString(TEST_URL_UNESCAPE[i].url); in test_UrlUnescape()
[all …]
H A Dpath.c272 WCHAR *pathW, *urlW; in test_PathCreateFromUrl() local
303 urlW = GetWideString(TEST_PATHFROMURL[i].url); in test_PathCreateFromUrl()
304 ret = pPathCreateFromUrlW(urlW, ret_pathW, &len, 0); in test_PathCreateFromUrl()
323 ret = pPathCreateFromUrlW(urlW, ret_pathW, &len2, 0); in test_PathCreateFromUrl()
329 FreeWideString(urlW); in test_PathCreateFromUrl()
/reactos/dll/win32/urlmon/
H A Ddownload.c485 LPWSTR urlW, file_nameW; in URLDownloadToFileA() local
490 urlW = heap_strdupAtoW(szURL); in URLDownloadToFileA()
493 hres = URLDownloadToFileW(pCaller, urlW, file_nameW, dwReserved, lpfnCB); in URLDownloadToFileA()
495 heap_free(urlW); in URLDownloadToFileA()
/reactos/dll/win32/shlwapi/
H A Durl.c958 UNICODE_STRING urlW; in UrlEscapeA() local
965 if(!RtlCreateUnicodeStringFromAsciiz(&urlW, pszUrl)) in UrlEscapeA()
968 RtlFreeUnicodeString(&urlW); in UrlEscapeA()
971 if((ret = UrlEscapeW(urlW.Buffer, escapedW, &lenW, dwFlags)) == E_POINTER) { in UrlEscapeA()
973 ret = UrlEscapeW(urlW.Buffer, escapedW, &lenW, dwFlags); in UrlEscapeA()
987 RtlFreeUnicodeString(&urlW); in UrlEscapeA()
2455 WCHAR *urlW = bufW; in UrlCreateFromPathA() local
2463 urlW = HeapAlloc(GetProcessHeap(), 0, lenW * sizeof(WCHAR)); in UrlCreateFromPathA()
2464 ret = UrlCreateFromPathW(pathW.Buffer, urlW, &lenW, dwReserved); in UrlCreateFromPathA()
2467 RtlUnicodeToMultiByteSize(&lenA, urlW, lenW * sizeof(WCHAR)); in UrlCreateFromPathA()
[all …]
H A Dpath.c3311 UNICODE_STRING urlW; in PathCreateFromUrlA() local
3318 if(!RtlCreateUnicodeStringFromAsciiz(&urlW, pszUrl)) in PathCreateFromUrlA()
3320 if((ret = PathCreateFromUrlW(urlW.Buffer, pathW, &lenW, dwReserved)) == E_POINTER) { in PathCreateFromUrlA()
3322 ret = PathCreateFromUrlW(urlW.Buffer, pathW, &lenW, dwReserved); in PathCreateFromUrlA()
3336 RtlFreeUnicodeString(&urlW); in PathCreateFromUrlA()
/reactos/dll/win32/jsproxy/
H A Dmain.c601 WCHAR *urlW = NULL, *hostnameW = NULL; in InternetGetProxyInfo() local
618 if (!(urlW = strdupAW( url, -1 ))) goto done; in InternetGetProxyInfo()
622 ret = run_script( global_script->text, urlW, hostnameW, proxy, len_proxy ); in InternetGetProxyInfo()
626 heap_free( urlW ); in InternetGetProxyInfo()
/reactos/dll/win32/inseng/
H A Dinseng_main.c529 WCHAR *urlW; in generate_moniker() local
541 urlW = strAtoW(combined); in generate_moniker()
543 if (!urlW) return E_OUTOFMEMORY; in generate_moniker()
547 urlW = strAtoW(url); in generate_moniker()
548 if (!urlW) return E_OUTOFMEMORY; in generate_moniker()
551 hr = CreateURLMoniker(NULL, urlW, moniker); in generate_moniker()
552 heap_free(urlW); in generate_moniker()
/reactos/modules/rostests/winetests/qmgr/
H A Djob.c511 static const WCHAR urlW[] = in test_HttpOptions() local
525 hr = IBackgroundCopyJob_AddFile(test_job, urlW, test_localPathA); in test_HttpOptions()
/reactos/modules/rostests/winetests/urlmon/
H A Dsec_mgr.c938 LPWSTR urlW = a2w(test->url); in test_zone_domain_mappings() local
941 hres = IInternetSecurityManager_MapUrlToZone(secmgr, urlW, &zone, 0); in test_zone_domain_mappings()
947 heap_free(urlW); in test_zone_domain_mappings()
/reactos/dll/win32/winhttp/
H A Dsession.c1437 WCHAR *urlW; in WinHttpDetectAutoProxyConfigUrl() local
1439 if (!(urlW = strdupAW( system_url ))) return FALSE; in WinHttpDetectAutoProxyConfigUrl()
1440 *url = urlW; in WinHttpDetectAutoProxyConfigUrl()
/reactos/dll/win32/wininet/
H A Dinternet.c4365 LPWSTR urlW = NULL; in InternetCreateUrlA() local
4379 urlW = heap_alloc(*lpdwUrlLength * sizeof(WCHAR)); in InternetCreateUrlA()
4381 ret = InternetCreateUrlW(&urlCompW, dwFlags, urlW, lpdwUrlLength); in InternetCreateUrlA()
4390 WideCharToMultiByte(CP_ACP, 0, urlW, -1, lpszUrl, *lpdwUrlLength + 1, NULL, NULL); in InternetCreateUrlA()
4398 heap_free(urlW); in InternetCreateUrlA()
/reactos/modules/rostests/winetests/winhttp/
H A Dwinhttp.c4650 …static const WCHAR urlW[] = {'h','t','t','p',':','/','/','w','i','n','e','h','q','.','o','r','g',0… in test_WinHttpGetProxyForUrl() local
4683 ret = WinHttpGetProxyForUrl( session, urlW, NULL, NULL ); in test_WinHttpGetProxyForUrl()
4689 ret = WinHttpGetProxyForUrl( session, urlW, &options, &info ); in test_WinHttpGetProxyForUrl()
4698 ret = WinHttpGetProxyForUrl( session, urlW, &options, NULL ); in test_WinHttpGetProxyForUrl()
4707 ret = WinHttpGetProxyForUrl( session, urlW, &options, &info ); in test_WinHttpGetProxyForUrl()
4716 ret = WinHttpGetProxyForUrl( session, urlW, &options, &info ); in test_WinHttpGetProxyForUrl()
4726 ret = WinHttpGetProxyForUrl( session, urlW, &options, &info ); in test_WinHttpGetProxyForUrl()
4743 ret = WinHttpGetProxyForUrl( session, urlW, &options, &info ); in test_WinHttpGetProxyForUrl()
/reactos/dll/win32/mshtml/
H A Dhtmlstyle.c367 static const WCHAR urlW[] = {'u','r','l','('}; in fix_url_value() local
369 if(strncmpW(val, urlW, sizeof(urlW)/sizeof(WCHAR)) || !strchrW(val, '\\')) in fix_url_value()