Home
last modified time | relevance | path

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

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