Home
last modified time | relevance | path

Searched refs:newNs (Results 1 – 4 of 4) sorted by relevance

/third_party/libxml2/
Dtree.c6360 xmlNsPtr *newNs = NULL; in xmlReconciliateNs() local
6388 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 …]
Drelaxng.c4759 int newNs = 0, oldflags; in xmlRelaxNGProcessExternalRef() local
4795 newNs = 1; in xmlRelaxNGProcessExternalRef()
4819 if (newNs == 1) { in xmlRelaxNGProcessExternalRef()
/third_party/libxml2/python/tests/
Dbuild.py14 ns = root.newNs("http://example.com/doc", "my")
Dnsdel.py48 namespace = root.newNs("http://example.com/sample", "s")