Home
last modified time | relevance | path

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

/third_party/libxml2/
Dtree.c9449 xmlNsPtr cloneNs = NULL, *cloneNsDefSlot = NULL; in xmlDOMWrapCloneNode() local
9623 cloneNs = (xmlNsPtr) xmlMalloc(sizeof(xmlNs)); in xmlDOMWrapCloneNode()
9624 if (cloneNs == NULL) { in xmlDOMWrapCloneNode()
9629 memset(cloneNs, 0, sizeof(xmlNs)); in xmlDOMWrapCloneNode()
9630 cloneNs->type = XML_LOCAL_NAMESPACE; in xmlDOMWrapCloneNode()
9633 cloneNs->href = xmlStrdup(ns->href); in xmlDOMWrapCloneNode()
9635 cloneNs->prefix = xmlStrdup(ns->prefix); in xmlDOMWrapCloneNode()
9637 *cloneNsDefSlot = cloneNs; in xmlDOMWrapCloneNode()
9638 cloneNsDefSlot = &(cloneNs->next); in xmlDOMWrapCloneNode()
9670 ns, cloneNs, depth) == NULL) in xmlDOMWrapCloneNode()