Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c8517 xmlNsPtr *listRedund = NULL; in xmlDOMWrapReconcileNamespaces() local
8568 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()