Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/quartz/
H A Davisplitter.c310 DWORD readbytes; in test_filter_graph() local
325 readbytes = 12; in test_filter_graph()
326 ReadFile(file, buffer, readbytes, &readbytes, NULL); in test_filter_graph()
/reactos/modules/rostests/winetests/wininet/
H A Dhttp.c1320 DWORD size, readbytes, totalbytes=0; in InternetOpenUrlA_test() local
1339 ret = InternetReadFile(myhttp, buffer,0x400,&readbytes); in InternetOpenUrlA_test()
1341 totalbytes += readbytes; in InternetOpenUrlA_test()
1342 while (readbytes && InternetReadFile(myhttp, buffer,0x400,&readbytes)) in InternetOpenUrlA_test()
1343 totalbytes += readbytes; in InternetOpenUrlA_test()