Home
last modified time | relevance | path

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

/reactos/dll/win32/msxml3/
H A Ddomdoc.c675 static HRESULT attach_xmldoc(domdoc *This, xmlDocPtr xml ) in attach_xmldoc() function
815 return attach_xmldoc(doc, xmldoc); in domdoc_load_from_stream()
2152 return attach_xmldoc(This, xmldoc); in domdoc_onDataAvailable()
2239 return attach_xmldoc(This, xmldoc); in domdoc_load()
2264 hr = attach_xmldoc(This, xmldoc); in domdoc_load()
2331 hr = attach_xmldoc(This, xmldoc); in domdoc_load()
2470 hr2 = attach_xmldoc(This, xmldoc); in domdoc_loadXML()