Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c8723 xmlNsPtr *listRedund = NULL; in xmlDOMWrapReconcileNamespaces() local
8774 if (xmlDOMWrapNSNormAddNsMapItem2(&listRedund, in xmlDOMWrapReconcileNamespaces()
8841 if (listRedund) { in xmlDOMWrapReconcileNamespaces()
8843 if (cur->ns == listRedund[j]) { in xmlDOMWrapReconcileNamespaces()
8844 cur->ns = listRedund[++j]; in xmlDOMWrapReconcileNamespaces()
8938 if (listRedund) { in xmlDOMWrapReconcileNamespaces()
8940 xmlFreeNs(listRedund[j]); in xmlDOMWrapReconcileNamespaces()
8942 xmlFree(listRedund); in xmlDOMWrapReconcileNamespaces()