Searched refs:urlpath_a (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | url.c | 204 char *password_a, *extrainfo_a, *urlpath_a; in test_crack_url() local 361 urlpath_a = (char*)(urlpath_w = HeapAlloc(GetProcessHeap(), 0, buf_len*sizeof(WCHAR))); in test_crack_url() 373 url.lpszUrlPath = urlpath_a; in test_crack_url() 409 ok(!strcmp(urlpath_a, test->exp_urlpath), "[%s] Got wrong urlpath, expected: %s, got: %s\n", in test_crack_url() 410 test->url, test->exp_urlpath, urlpath_a); in test_crack_url()
|