Searched refs:pass_off (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | url.c | 103 int pass_off; member 249 if(test->pass_off == -1) in test_crack_url() 252 … ok(url.lpszPassword == test->url+test->pass_off, "[%s] url.lpszPassword = %p, expected %p\n", in test_crack_url() 253 test->url, url.lpszPassword, test->url+test->pass_off); in test_crack_url() 326 if(test->pass_off == -1) { in test_crack_url() 331 ok(urlw.lpszPassword == buf+test->pass_off, "[%s] urlw.lpszPassword = %p, expected %p\n", in test_crack_url() 332 test->url, urlw.lpszPassword, buf+test->pass_off); in test_crack_url()
|