Searched refs:listRedund (Results 1 – 1 of 1) sorted by relevance
8517 xmlNsPtr *listRedund = NULL; in xmlDOMWrapReconcileNamespaces() local8568 if (xmlDOMWrapNSNormAddNsMapItem2(&listRedund, in xmlDOMWrapReconcileNamespaces()8635 if (listRedund) { in xmlDOMWrapReconcileNamespaces()8637 if (cur->ns == listRedund[j]) { in xmlDOMWrapReconcileNamespaces()8638 cur->ns = listRedund[++j]; in xmlDOMWrapReconcileNamespaces()8732 if (listRedund) { in xmlDOMWrapReconcileNamespaces()8734 xmlFreeNs(listRedund[j]); in xmlDOMWrapReconcileNamespaces()8736 xmlFree(listRedund); in xmlDOMWrapReconcileNamespaces()