Searched refs:wszHttp (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/urlmon/ |
H A D | urlmon_main.c | 389 static const WCHAR wszHttp[] = {'h','t','t','p',0}; variable 398 { &CLSID_HttpProtocol, &HttpProtocolCF.IClassFactory_iface, wszHttp },
|
/reactos/dll/win32/shlwapi/ |
H A D | url.c | 296 static const WCHAR wszHttp[] = {'h','t','t','p',':'}; in UrlCanonicalizeW() local 336 if ((nByteLen >= sizeof(wszHttp) && in UrlCanonicalizeW() 337 !memcmp(wszHttp, url, sizeof(wszHttp))) || is_file_url) in UrlCanonicalizeW()
|
/reactos/dll/win32/mshtml/ |
H A D | editor.c | 983 static const WCHAR wszHttp[] = {'h','t','t','p',':',0}; in hyperlink_dlgproc() local 1002 def_idx = SendMessageW(hwndCB, CB_INSERTSTRING, -1, (LPARAM)wszHttp); in hyperlink_dlgproc()
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | misc.c | 325 static const WCHAR wszHttp[] = {'h','t','t','p',0}; variable 354 {url5, E_FAIL, url5, E_INVALIDARG, NULL, wszHttp, wszWineHQ, S_OK, wszHttpWineHQ, S_OK}, 356 {url10, E_FAIL, url10, E_INVALIDARG,NULL, wszHttp, wszGoogle, S_OK, wszHttpGoogle, S_OK}
|