Searched refs:listRedund (Results 1 – 1 of 1) sorted by relevance
8723 xmlNsPtr *listRedund = NULL; in xmlDOMWrapReconcileNamespaces() local8774 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()