Home
last modified time | relevance | path

Searched defs:xml_url (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/mshtml/
H A Dxmlhttprequest.c452 static void test_sync_xhr(IHTMLDocument2 *doc, const char *xml_url, const char *expect_text) in test_sync_xhr()
614 static void test_async_xhr(IHTMLDocument2 *doc, const char *xml_url, const char *expect_text) in test_async_xhr()
788 static void test_async_xhr_abort(IHTMLDocument2 *doc, const char *xml_url) in test_async_xhr_abort()
916 static const char xml_url[] = "http://test.winehq.org/tests/xmltest.xml"; in START_TEST() local