Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c3996 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyPropInternal() function
4104 return xmlCopyPropInternal(NULL, target, cur); in xmlCopyProp()
4177 return((xmlNodePtr) xmlCopyPropInternal(doc, parent, (xmlAttrPtr) node)); in xmlStaticCopyNode()