Searched defs:newNs (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c5875 xmlNsPtr *newNs = NULL; local
5903 newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
5905 if (newNs == NULL) {
5913 node->ns = newNs[i];
5932 xmlFree(newNs);
5935 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache *
5937 if (newNs == NULL) {
5943 newNs[nbCache] = n;
5967 newNs
7255 xmlNsPtr newNs; /* new ns decl reference */ member in struct:xmlNsMapItem
7325 xmlDOMWrapNsMapAddItem(xmlNsMapPtr *nsmap, int position, xmlNsPtr oldNs, xmlNsPtr newNs, int depth) argument
7613 xmlDOMWrapNSNormAddNsMapItem2(xmlNsPtr **list, int *size, int *number, xmlNsPtr oldNs, xmlNsPtr newNs) argument
[all...]
H A Drelaxng.c4633 int newNs = 0, oldflags; local
4669 newNs = 1;
4691 if (newNs == 1) {

Completed in 82 milliseconds