Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mshtml/
H A Dxmlhttprequest.c454 VARIANT vbool, vempty, var; in test_sync_xhr() local
523 V_VT(&vempty) = VT_EMPTY; in test_sync_xhr()
526 hres = IHTMLXMLHttpRequest_open(xhr, method, url, vbool, vempty, vempty); in test_sync_xhr()
568 hres = IHTMLXMLHttpRequest_send(xhr, vempty); in test_sync_xhr()
616 VARIANT vbool, vempty, var; in test_async_xhr() local
683 V_VT(&vempty) = VT_EMPTY; in test_async_xhr()
686 hres = IHTMLXMLHttpRequest_open(xhr, method, url, vbool, vempty, vempty); in test_async_xhr()
790 VARIANT vbool, vempty, var; in test_async_xhr_abort() local
799 V_VT(&vempty) = VT_EMPTY; in test_async_xhr_abort()
811 hres = IHTMLXMLHttpRequest_open(xhr, method, url, vbool, vempty, vempty); in test_async_xhr_abort()
[all …]
H A Dhtmldoc.c6087 VARIANT vempty; in test_put_href() local
6099 V_VT(&vempty) = VT_EMPTY; in test_put_href()
6100 … hres = IHTMLPrivateWindow_SuperNavigate(priv_window, str, str2, NULL, NULL, &vempty, &vempty, 0); in test_put_href()