Searched refs:_variantdoc_ (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msxml3/ |
H A D | schema.c | 466 static VARIANT _variantdoc_(void* doc) in _variantdoc_() function 531 ole_check(IXMLDOMSchemaCollection_add(cache, NULL, _variantdoc_(doc))); in test_schema_refs() 584 ole_check(IXMLDOMSchemaCollection_add(cache, str, _variantdoc_(doc))); in test_schema_refs() 703 ole_check(IXMLDOMSchemaCollection_add(cache1, _bstr_(xdr_schema1_uri), _variantdoc_(schema1))); in test_collection_refs() 704 ole_check(IXMLDOMSchemaCollection_add(cache2, _bstr_(xdr_schema2_uri), _variantdoc_(schema2))); in test_collection_refs() 705 ole_check(IXMLDOMSchemaCollection_add(cache3, _bstr_(xdr_schema3_uri), _variantdoc_(schema3))); in test_collection_refs() 831 ole_check(IXMLDOMSchemaCollection_add(cache, _bstr_(xdr_schema1_uri), _variantdoc_(schema1))); in test_length() 837 ole_check(IXMLDOMSchemaCollection_add(cache, _bstr_(xdr_schema2_uri), _variantdoc_(schema2))); in test_length() 843 ole_check(IXMLDOMSchemaCollection_add(cache, _bstr_(xdr_schema3_uri), _variantdoc_(schema3))); in test_length() 915 ole_check(IXMLDOMSchemaCollection_add(cache1, _bstr_(xdr_schema1_uri), _variantdoc_(schema1))); in test_collection_content() [all …]
|