Searched refs:urlB (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/qmgr/ |
H A D | job.c | 396 WCHAR *urlA, *urlB; in test_CompleteLocalURL() local 408 urlB = HeapAlloc(GetProcessHeap(), 0, in test_CompleteLocalURL() 409 (7 + lstrlenW(test_remotePathB) + 1) * sizeof urlB[0]); in test_CompleteLocalURL() 410 if (!urlA || !urlB) in test_CompleteLocalURL() 414 HeapFree(GetProcessHeap(), 0, urlB); in test_CompleteLocalURL() 420 lstrcpyW(urlB, prot); in test_CompleteLocalURL() 421 lstrcatW(urlB, test_remotePathB); in test_CompleteLocalURL() 426 hres = IBackgroundCopyJob_AddFile(test_job, urlB, test_localPathB); in test_CompleteLocalURL() 461 HeapFree(GetProcessHeap(), 0, urlB); in test_CompleteLocalURL()
|