Home
last modified time | relevance | path

Searched refs:oldDict (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() argument
2830 int oldDictOwnsOldValue = oldDict && (xmlDictOwns(oldDict, oldValue) == 1); in _copyStringForNewDictIfNeeded()