Home
last modified time | relevance | path

Searched refs:wszHttp (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/urlmon/
H A Durlmon_main.c389 static const WCHAR wszHttp[] = {'h','t','t','p',0}; variable
398 { &CLSID_HttpProtocol, &HttpProtocolCF.IClassFactory_iface, wszHttp },
/reactos/dll/win32/shlwapi/
H A Durl.c296 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 Deditor.c983 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 Dmisc.c325 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}