Home
last modified time | relevance | path

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

/reactos/dll/win32/msxml3/
H A Ddomdoc.c2757 IXMLDOMSchemaCollection2* new_schema = NULL; in domdoc_putref_schemas() local
2765 …r = IUnknown_QueryInterface(V_UNKNOWN(&schema), &IID_IXMLDOMSchemaCollection, (void**)&new_schema); in domdoc_putref_schemas()
2772 …= IDispatch_QueryInterface(V_DISPATCH(&schema), &IID_IXMLDOMSchemaCollection, (void**)&new_schema); in domdoc_putref_schemas()
2787 …tion2* old_schema = InterlockedExchangePointer((void**)&This->properties->schemaCache, new_schema); in domdoc_putref_schemas()