Home
last modified time | relevance | path

Searched defs:newDict (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dtree.c2827 static const xmlChar *_copyStringForNewDictIfNeeded(xmlDictPtr oldDict, xmlDictPtr newDict, const x… in _copyStringForNewDictIfNeeded()
2856 xmlDictPtr newDict = doc ? doc->dict : NULL; in xmlSetTreeDoc() local