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