Searched refs:newNs (Results 1 – 2 of 2) sorted by relevance
6120 xmlNsPtr *newNs = NULL; in xmlReconciliateNs() local6148 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()6150 if (newNs == NULL) { in xmlReconciliateNs()6158 node->ns = newNs[i]; in xmlReconciliateNs()6177 xmlFree(newNs); in xmlReconciliateNs()6180 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * in xmlReconciliateNs()6182 if (newNs == NULL) { in xmlReconciliateNs()6188 newNs[nbCache] = n; in xmlReconciliateNs()6212 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()6214 if (newNs == NULL) { in xmlReconciliateNs()[all …]
4633 int newNs = 0, oldflags; in xmlRelaxNGProcessExternalRef() local4669 newNs = 1; in xmlRelaxNGProcessExternalRef()4691 if (newNs == 1) { in xmlRelaxNGProcessExternalRef()