Searched refs:newNs (Results 1 – 4 of 4) sorted by relevance
6360 xmlNsPtr *newNs = NULL; in xmlReconciliateNs() local6388 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()6390 if (newNs == NULL) { in xmlReconciliateNs()6398 node->ns = newNs[i]; in xmlReconciliateNs()6417 xmlFree(newNs); in xmlReconciliateNs()6420 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * in xmlReconciliateNs()6422 if (newNs == NULL) { in xmlReconciliateNs()6428 newNs[nbCache] = n; in xmlReconciliateNs()6452 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()6454 if (newNs == NULL) { in xmlReconciliateNs()[all …]
4759 int newNs = 0, oldflags; in xmlRelaxNGProcessExternalRef() local4795 newNs = 1; in xmlRelaxNGProcessExternalRef()4819 if (newNs == 1) { in xmlRelaxNGProcessExternalRef()
14 ns = root.newNs("http://example.com/doc", "my")
48 namespace = root.newNs("http://example.com/sample", "s")