Searched refs:newNs (Results 1 – 4 of 4) sorted by relevance
6290 xmlNsPtr *newNs = NULL; in xmlReconciliateNs() local6318 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()6320 if (newNs == NULL) { in xmlReconciliateNs()6328 node->ns = newNs[i]; in xmlReconciliateNs()6347 xmlFree(newNs); in xmlReconciliateNs()6350 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * in xmlReconciliateNs()6352 if (newNs == NULL) { in xmlReconciliateNs()6358 newNs[nbCache] = n; in xmlReconciliateNs()6382 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()6384 if (newNs == NULL) { in xmlReconciliateNs()[all …]
4735 int newNs = 0, oldflags; in xmlRelaxNGProcessExternalRef() local4771 newNs = 1; in xmlRelaxNGProcessExternalRef()4795 if (newNs == 1) { in xmlRelaxNGProcessExternalRef()
48 namespace = root.newNs("http://example.com/sample", "s")
14 ns = root.newNs("http://example.com/doc", "my")