Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/wininet/
H A Durl.c205 WCHAR *scheme_w, *hostname_w, *username_w; in test_crack_url() local
358 hostname_a = (char*)(hostname_w = HeapAlloc(GetProcessHeap(), 0, buf_len*sizeof(WCHAR))); in test_crack_url()
422 urlw.lpszHostName = hostname_w; in test_crack_url()
446 … ok(!strcmp_wa(hostname_w, test->exp_hostname), "[%s] Got wrong hostname, expected: %s, got: %s\n", in test_crack_url()
447 test->url, test->exp_hostname, wine_dbgstr_w(hostname_w)); in test_crack_url()
473 HeapFree(GetProcessHeap(), 0, hostname_w); in test_crack_url()