Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/urlmon/
H A Duri.c10578 LPWSTR relativeW = a2w(uri_combine_tests[i].relative_uri); in test_CoInternetCombineIUri() local
10580 hr = pCreateUri(relativeW, uri_combine_tests[i].relative_create_flags, 0, &relative); in test_CoInternetCombineIUri()
10628 heap_free(relativeW); in test_CoInternetCombineIUri()
10869 LPWSTR relativeW = a2w(uri_combine_tests[i].relative_uri); in test_CoInternetCombineUrlEx() local
10871 hr = pCoInternetCombineUrlEx(base, relativeW, uri_combine_tests[i].combine_flags, in test_CoInternetCombineUrlEx()
10914 heap_free(relativeW); in test_CoInternetCombineUrlEx()
H A Durl.c278 static const WCHAR relativeW[] = {'a','/','b','.','t','x','t',0}; in test_create() local
289 hr = CreateURLMoniker(NULL, relativeW, &mon); in test_create()