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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c5797 xmlNsPtr *newNs = NULL; local
5825 newNs = (xmlNsPtr *) xmlMalloc(sizeCache *
5827 if (newNs == NULL) {
5835 node->ns = newNs[i];
5854 xmlFree(newNs);
5857 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache *
5859 if (newNs == NULL) {
5865 newNs[nbCache] = n;
5888 newNs
7201 xmlNsPtr newNs; /* new ns decl reference */ member in struct:xmlNsMapItem
7272 xmlDOMWrapNsMapAddItem(xmlNsMapPtr *nsmap, int position, xmlNsPtr oldNs, xmlNsPtr newNs, int depth) argument
7552 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 58 milliseconds