Searched refs:fragmentW (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/urlmon/ |
H A D | protocol.c | 3084 static const WCHAR fragmentW[] = {'#','f','r','a','g',0}; in test_file_protocol() local 3159 lstrcatW(buf, fragmentW); in test_file_protocol() 3164 lstrcpyW(file_name_buf+len, fragmentW); in test_file_protocol()
|
H A D | uri.c | 8816 const WCHAR fragmentW[] = {'#','f','r','a','g','m','e','n','t',0}; in test_CreateUriWithFragment_InvalidArgs() local 8818 hr = pCreateUriWithFragment(NULL, fragmentW, 0, 0, &uri); in test_CreateUriWithFragment_InvalidArgs() 8822 hr = pCreateUriWithFragment(http_urlW, fragmentW, 0, 0, NULL); in test_CreateUriWithFragment_InvalidArgs() 8827 hr = pCreateUriWithFragment(http_url_fragW, fragmentW, 0, 0, &uri); in test_CreateUriWithFragment_InvalidArgs()
|