Searched refs:node_create_supporterrorinfo (Results 1 – 11 of 11) sorted by relevance
/reactos/dll/win32/msxml3/ |
H A D | docfrag.c | 84 return node_create_supporterrorinfo(domfrag_se_tids, ppvObject); in domfrag_QueryInterface()
|
H A D | entityref.c | 84 return node_create_supporterrorinfo(domentityref_se_tids, ppvObject); in entityref_QueryInterface()
|
H A D | msxml_private.h | 345 extern HRESULT node_create_supporterrorinfo(const tid_t*,void**) DECLSPEC_HIDDEN;
|
H A D | attribute.c | 88 return node_create_supporterrorinfo(domattr_se_tids, ppvObject); in domattr_QueryInterface()
|
H A D | pi.c | 86 return node_create_supporterrorinfo(dompi_se_tids, ppvObject); in dom_pi_QueryInterface()
|
H A D | comment.c | 85 return node_create_supporterrorinfo(domcomment_se_tids, ppvObject); in domcomment_QueryInterface()
|
H A D | cdata.c | 85 return node_create_supporterrorinfo(domcdata_se_tids, ppvObject); in domcdata_QueryInterface()
|
H A D | schema.c | 1132 return node_create_supporterrorinfo(schema_cache_se_tids, ppvObject); in schema_cache_QueryInterface()
|
H A D | element.c | 96 return node_create_supporterrorinfo(domelem_se_tids, ppvObject); in domelem_QueryInterface()
|
H A D | node.c | 182 HRESULT node_create_supporterrorinfo(enum tid_t const *iids, void **obj) in node_create_supporterrorinfo() function
|
H A D | domdoc.c | 924 return node_create_supporterrorinfo(domdoc_se_tids, ppvObject); in domdoc_QueryInterface()
|