Searched refs:wszRes (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | protocol.c | 588 static const WCHAR wszRes[] = {'r','e','s',':','/','/'}; in ResProtocol_Start() local 610 if(len < sizeof(wszRes)/sizeof(wszRes[0]) || memcmp(url, wszRes, sizeof(wszRes))) { in ResProtocol_Start() 617 url_dll = url + sizeof(wszRes)/sizeof(wszRes[0]); in ResProtocol_Start() 841 static const WCHAR wszRes[] = {'r','e','s',':','/','/'}; in ResProtocolInfo_ParseUrl() local 843 … if(strlenW(pwzUrl) <= sizeof(wszRes)/sizeof(WCHAR) || memcmp(pwzUrl, wszRes, sizeof(wszRes))) in ResProtocolInfo_ParseUrl() 846 ptr = strchrW(pwzUrl + sizeof(wszRes)/sizeof(WCHAR), '/'); in ResProtocolInfo_ParseUrl() 850 len = ptr - (pwzUrl + sizeof(wszRes)/sizeof(WCHAR)); in ResProtocolInfo_ParseUrl() 856 memcpy(file_part, pwzUrl + sizeof(wszRes)/sizeof(WCHAR), len*sizeof(WCHAR)); in ResProtocolInfo_ParseUrl()
|
/reactos/dll/win32/shlwapi/ |
H A D | url.c | 295 static const WCHAR wszRes[] = {'r','e','s',':'}; in UrlCanonicalizeW() local 343 if(nByteLen >= sizeof(wszRes) && !memcmp(wszRes, url, sizeof(wszRes))) { in UrlCanonicalizeW()
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | misc.c | 323 static const WCHAR wszRes[] = {'r','e','s',0}; variable 350 {url1, S_OK, url1, E_INVALIDARG, NULL, wszRes, NULL, E_FAIL, NULL, E_FAIL}, 410 if(memcmp(parse_tests[i].url, wszRes, 3*sizeof(WCHAR)) in test_CoInternetParseUrl()
|