Searched refs:send_response_ex_and_wait (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 5746 send_response_ex_and_wait("yy1234567890", FALSE, &ib, "xxyy", 0, 2); in test_http_read() 5751 send_response_ex_and_wait("123", TRUE, &ib, "0123", 0, 4); in test_http_read() 5765 send_response_ex_and_wait("yy1234567890", FALSE, &ib, "xxyy", 0, 2); in test_http_read() 5770 send_response_ex_and_wait("123", TRUE, &ib, "0123", 0, 4); in test_http_read() 5812 send_response_ex_and_wait("1234567890", FALSE, &ib, NULL, 0, 10); in test_http_read() 5817 send_response_ex_and_wait("12345", TRUE, &ib, NULL, 0, 5); in test_http_read() 5837 send_response_ex_and_wait("\n3\r\nab", FALSE, &ib, NULL, 0, 6); in test_http_read() 5841 send_response_ex_and_wait("c", FALSE, &ib, NULL, 0, 1); in test_http_read() 5860 send_response_ex_and_wait("0\r\n\r\n", TRUE, &ib, NULL, 0, 5); in test_http_read() 5871 send_response_ex_and_wait("123", TRUE, &ib, NULL, 0, 3); in test_http_read() [all …]
|