Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dtree.c8782 xmlNsPtr *listRedund = NULL; in xmlDOMWrapReconcileNamespaces() local
8833 if (xmlDOMWrapNSNormAddNsMapItem2(&listRedund, in xmlDOMWrapReconcileNamespaces()
8900 if (listRedund) { in xmlDOMWrapReconcileNamespaces()
8902 if (cur->ns == listRedund[j]) { in xmlDOMWrapReconcileNamespaces()
8903 cur->ns = listRedund[++j]; in xmlDOMWrapReconcileNamespaces()
8997 if (listRedund) { in xmlDOMWrapReconcileNamespaces()
8999 xmlFreeNs(listRedund[j]); in xmlDOMWrapReconcileNamespaces()
9001 xmlFree(listRedund); in xmlDOMWrapReconcileNamespaces()
/third_party/libxml2/
Dtree.c8786 xmlNsPtr *listRedund = NULL; in xmlDOMWrapReconcileNamespaces() local
8837 if (xmlDOMWrapNSNormAddNsMapItem2(&listRedund, in xmlDOMWrapReconcileNamespaces()
8904 if (listRedund) { in xmlDOMWrapReconcileNamespaces()
8906 if (cur->ns == listRedund[j]) { in xmlDOMWrapReconcileNamespaces()
8907 cur->ns = listRedund[++j]; in xmlDOMWrapReconcileNamespaces()
9001 if (listRedund) { in xmlDOMWrapReconcileNamespaces()
9003 xmlFreeNs(listRedund[j]); in xmlDOMWrapReconcileNamespaces()
9005 xmlFree(listRedund); in xmlDOMWrapReconcileNamespaces()