Searched refs:readex_expect_async (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 5744 readex_expect_async(req.request, IRF_ASYNC, &ib, 4, "xx"); in test_http_read() 5750 readex_expect_async(req.request, IRF_ASYNC, &ib, sizeof(buf), "0"); in test_http_read() 5763 readex_expect_async(req.request, 0, &ib, 4, "xx"); in test_http_read() 5769 readex_expect_async(req.request, 0, &ib, sizeof(buf), "0"); in test_http_read() 5811 readex_expect_async(req.request, IRF_NO_WAIT, &ib, sizeof(buf), NULL); in test_http_read() 5816 readex_expect_async(req.request, IRF_NO_WAIT, &ib, sizeof(buf), NULL); in test_http_read() 5831 readex_expect_async(req.request, IRF_NO_WAIT, &ib, sizeof(buf), NULL); in test_http_read() 5925 readex_expect_async(req.request, IRF_ASYNC, &ib, 21, "1234567890"); in test_http_read() 6045 readex_expect_async(req.request, IRF_ASYNC, &ib, sizeof(buf), NULL); in test_persistent_connection() 6063 readex_expect_async(req.request, IRF_ASYNC, &ib, 3, NULL); in test_persistent_connection() [all …]
|