Searched refs:newNs (Results 1 – 2 of 2) sorted by relevance
5875 xmlNsPtr *newNs = NULL; in xmlReconciliateNs() local5903 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()5905 if (newNs == NULL) { in xmlReconciliateNs()5913 node->ns = newNs[i]; in xmlReconciliateNs()5932 xmlFree(newNs); in xmlReconciliateNs()5935 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * in xmlReconciliateNs()5937 if (newNs == NULL) { in xmlReconciliateNs()5943 newNs[nbCache] = n; in xmlReconciliateNs()5967 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()5969 if (newNs == NULL) { in xmlReconciliateNs()[all …]
4633 int newNs = 0, oldflags; in xmlRelaxNGProcessExternalRef() local4669 newNs = 1; in xmlRelaxNGProcessExternalRef()4691 if (newNs == 1) { in xmlRelaxNGProcessExternalRef()