Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c8743 xmlNsPtr *listRedund = NULL; in xmlDOMWrapReconcileNamespaces() local
8794 if (xmlDOMWrapNSNormAddNsMapItem2(&listRedund, in xmlDOMWrapReconcileNamespaces()
8861 if (listRedund) { in xmlDOMWrapReconcileNamespaces()
8863 if (cur->ns == listRedund[j]) { in xmlDOMWrapReconcileNamespaces()
8864 cur->ns = listRedund[++j]; in xmlDOMWrapReconcileNamespaces()
8958 if (listRedund) { in xmlDOMWrapReconcileNamespaces()
8960 xmlFreeNs(listRedund[j]); in xmlDOMWrapReconcileNamespaces()
8962 xmlFree(listRedund); in xmlDOMWrapReconcileNamespaces()