Searched refs:hostW (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/ntdsapi/ |
H A D | ntdsapi.c | 90 static const WCHAR hostW[] = {'h','o','s','t','.','d','o','m','a','i','n',0}; in test_DsClientMakeSpnForTargetServer() local 101 ret = DsClientMakeSpnForTargetServerW( classW, hostW, NULL, NULL ); in test_DsClientMakeSpnForTargetServer() 105 ret = DsClientMakeSpnForTargetServerW( classW, hostW, &len, NULL ); in test_DsClientMakeSpnForTargetServer() 111 ret = DsClientMakeSpnForTargetServerW( classW, hostW, &len, buf ); in test_DsClientMakeSpnForTargetServer()
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | uri.c | 10106 static const WCHAR hostW[] = {'g','o','o','g','l','e','.','c','o','m',0}; in test_IUriBuilder_HasBeenModified() local 10114 hr = IUriBuilder_SetHost(builder, hostW); in test_IUriBuilder_HasBeenModified() 10141 hr = IUriBuilder_SetHost(builder, hostW); in test_IUriBuilder_HasBeenModified() 10164 ok(!lstrcmpW(prop, hostW), "Error: Expected %s but got %s instead.\n", in test_IUriBuilder_HasBeenModified() 10165 wine_dbgstr_w(hostW), wine_dbgstr_w(prop)); in test_IUriBuilder_HasBeenModified() 10167 lstrlenW(hostW), len); in test_IUriBuilder_HasBeenModified() 10173 hr = IUriBuilder_SetHost(builder, hostW); in test_IUriBuilder_HasBeenModified() 10193 ok(!lstrcmpW(prop, hostW), "Error: Expected %s but got %s instead.\n", in test_IUriBuilder_HasBeenModified() 10194 wine_dbgstr_w(hostW), wine_dbgstr_w(prop)); in test_IUriBuilder_HasBeenModified() 10195 ok(len == lstrlenW(hostW), "Error: Expected len to %d, but was %d instead.\n", in test_IUriBuilder_HasBeenModified() [all …]
|
H A D | protocol.c | 140 static const WCHAR hostW[] = {'w','w','w','.','w','i','n','e','h','q','.','o','r','g',0}; variable 1698 BINDSTATUS_FINDINGRESOURCE, hostW); in thread_proc()
|