Searched refs:localhostW (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/wbemprox/ |
H A D | wbemlocator.c | 90 static const WCHAR localhostW[] = {'l','o','c','a','l','h','o','s','t',0}; in is_local_machine() local 94 if (!server || !wcscmp( server, dotW ) || !wcsicmp( server, localhostW )) return TRUE; in is_local_machine()
|
/reactos/modules/rostests/winetests/winhttp/ |
H A D | winhttp.c | 2484 con = WinHttpConnect(ses, localhostW, port, 0); in test_basic_request() 2570 con = WinHttpConnect(ses, localhostW, port, 0); in test_basic_authentication() 2726 con = WinHttpConnect(ses, localhostW, port, 0); in test_basic_authentication() 2766 con = WinHttpConnect(ses, localhostW, port, 0); in test_basic_authentication() 2800 con = WinHttpConnect(ses, localhostW, port, 0); in test_basic_authentication() 2846 con = WinHttpConnect(ses, localhostW, port, 0); in test_multi_authentication() 2900 con = WinHttpConnect(ses, localhostW, port, 0); in test_large_data_authentication() 2948 con = WinHttpConnect(ses, localhostW, port, 0); in test_no_headers() 2985 con = WinHttpConnect(ses, localhostW, port, 0); in test_no_content() 3070 con = WinHttpConnect(ses, localhostW, port, 0); in test_head_request() [all …]
|
H A D | notification.c | 35 static const WCHAR localhostW[] = {'l','o','c','a','l','h','o','s','t',0}; variable 721 con = WinHttpConnect(ses, localhostW, port, 0); in test_basic_request() 797 req->connection = WinHttpConnect( req->session, localhostW, port, 0 ); in open_async_request()
|
/reactos/modules/rostests/winetests/crypt32/ |
H A D | str.c | 285 static const WCHAR localhostW[] = { 'l','o','c','a','l','h','o','s','t',0 }; in test_CertRDNValueToStrW() local 311 { sizeof(bin6), bin6 }, localhostW, FALSE }, in test_CertRDNValueToStrW()
|
/reactos/dll/win32/urlmon/ |
H A D | uri.c | 2308 static const WCHAR localhostW[] = in canonicalize_reg_name() local 2314 data->host_len == lstrlenW(localhostW)) { in canonicalize_reg_name() 2315 if(!StrCmpNIW(data->host, localhostW, data->host_len)) { in canonicalize_reg_name()
|