Home
last modified time | relevance | path

Searched refs:node_create_supporterrorinfo (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/win32/msxml3/
H A Ddocfrag.c84 return node_create_supporterrorinfo(domfrag_se_tids, ppvObject); in domfrag_QueryInterface()
H A Dentityref.c84 return node_create_supporterrorinfo(domentityref_se_tids, ppvObject); in entityref_QueryInterface()
H A Dmsxml_private.h345 extern HRESULT node_create_supporterrorinfo(const tid_t*,void**) DECLSPEC_HIDDEN;
H A Dattribute.c88 return node_create_supporterrorinfo(domattr_se_tids, ppvObject); in domattr_QueryInterface()
H A Dpi.c86 return node_create_supporterrorinfo(dompi_se_tids, ppvObject); in dom_pi_QueryInterface()
H A Dcomment.c85 return node_create_supporterrorinfo(domcomment_se_tids, ppvObject); in domcomment_QueryInterface()
H A Dcdata.c85 return node_create_supporterrorinfo(domcdata_se_tids, ppvObject); in domcdata_QueryInterface()
H A Dschema.c1132 return node_create_supporterrorinfo(schema_cache_se_tids, ppvObject); in schema_cache_QueryInterface()
H A Delement.c96 return node_create_supporterrorinfo(domelem_se_tids, ppvObject); in domelem_QueryInterface()
H A Dnode.c182 HRESULT node_create_supporterrorinfo(enum tid_t const *iids, void **obj) in node_create_supporterrorinfo() function
H A Ddomdoc.c924 return node_create_supporterrorinfo(domdoc_se_tids, ppvObject); in domdoc_QueryInterface()