Searched refs:winetestW (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/shell32/ |
H A D | shelldispatch.c | 47 static const WCHAR winetestW[] = {'w','i','n','e','t','e','s','t',0}; variable 271 CreateDirectoryW(winetestW, NULL); in test_namespace() 273 V_BSTR(&var) = SysAllocString(winetestW); in test_namespace() 278 GetFullPathNameW(winetestW, MAX_PATH, tempW, NULL); in test_namespace() 296 ok(!lstrcmpW(title, winetestW), "Unexpected title: %s\n", wine_dbgstr_w(title)); in test_namespace() 327 ok(!lstrcmpW(title, winetestW), "bad title: %s\n", in test_namespace() 354 RemoveDirectoryW(winetestW); in test_namespace() 403 ret = CreateDirectoryW(winetestW, NULL); in test_items() 405 GetFullPathNameW(winetestW, MAX_PATH, path, NULL); in test_items() 417 SetCurrentDirectoryW(winetestW); in test_items() [all …]
|
/reactos/modules/rostests/winetests/qmgr/ |
H A D | job.c | 513 static const WCHAR winetestW[] = in test_HttpOptions() local 538 hr = IBackgroundCopyJobHttpOptions_SetCustomHeaders(options, winetestW); in test_HttpOptions() 546 ok(!lstrcmpW(headers, winetestW), "got %s\n", wine_dbgstr_w(headers)); in test_HttpOptions()
|
/reactos/modules/rostests/winetests/crypt32/ |
H A D | oid.c | 620 static const WCHAR winetestW[] = { 'w','i','n','e','t','e','s','t',0 }; in test_registerOIDInfo() local 667 info1.pwszName = winetestW; in test_registerOIDInfo()
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | sec_mgr.c | 112 static const WCHAR winetestW[] = {'w','i','n','e','t','e','s','t',0}; variable 1566 winetestW, 0, NULL, 0); in register_protocols() 1581 hr = IInternetSession_UnregisterNameSpace(session, &protocol_cf, winetestW); in unregister_protocols()
|
H A D | url.c | 3883 static const WCHAR winetestW[] = {'w','i','n','e','t','e','s','t',0}; in register_protocols() local 3891 winetestW, 0, NULL, 0); in register_protocols()
|
H A D | uri.c | 92 static const WCHAR winetestW[] = {'w','i','n','e','t','e','s','t',0}; variable 10770 winetestW, 0, NULL, 0); in register_protocols() 10785 hr = IInternetSession_UnregisterNameSpace(session, &protocol_cf, winetestW); in unregister_protocols()
|