Lines Matching refs:oldNs
1236 if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs); in xmlFreeDoc()
4474 if (doc->oldNs != NULL) in xmlCopyDoc()
4475 ret->oldNs = xmlCopyNamespaceList(doc->oldNs); in xmlCopyDoc()
5817 if (doc->oldNs != NULL) in xmlTreeEnsureXMLDecl()
5818 return (doc->oldNs); in xmlTreeEnsureXMLDecl()
5831 doc->oldNs = ns; in xmlTreeEnsureXMLDecl()
5888 if (doc->oldNs == NULL) in xmlSearchNs()
5891 return(doc->oldNs); in xmlSearchNs()
6021 if (doc->oldNs == NULL) in xmlSearchNsByHref()
6024 return(doc->oldNs); in xmlSearchNsByHref()
6144 xmlNsPtr *oldNs = NULL; in xmlReconciliateNs() local
6167 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6169 if (oldNs == NULL) { in xmlReconciliateNs()
6177 xmlFree(oldNs); in xmlReconciliateNs()
6182 if (oldNs[i] == node->ns) { in xmlReconciliateNs()
6198 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache * in xmlReconciliateNs()
6200 if (oldNs == NULL) { in xmlReconciliateNs()
6209 xmlFree(oldNs); in xmlReconciliateNs()
6214 oldNs[nbCache++] = node->ns; in xmlReconciliateNs()
6231 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6233 if (oldNs == NULL) { in xmlReconciliateNs()
6241 xmlFree(oldNs); in xmlReconciliateNs()
6246 if (oldNs[i] == attr->ns) { in xmlReconciliateNs()
6262 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, in xmlReconciliateNs()
6264 if (oldNs == NULL) { in xmlReconciliateNs()
6273 xmlFree(oldNs); in xmlReconciliateNs()
6278 oldNs[nbCache++] = attr->ns; in xmlReconciliateNs()
6316 if (oldNs != NULL) in xmlReconciliateNs()
6317 xmlFree(oldNs); in xmlReconciliateNs()
7611 xmlNsPtr oldNs; /* old ns decl reference */ member
7683 xmlNsPtr oldNs, xmlNsPtr newNs, int depth) in xmlDOMWrapNsMapAddItem() argument
7749 ret->oldNs = oldNs; in xmlDOMWrapNsMapAddItem()
7974 xmlNsPtr oldNs, xmlNsPtr newNs) in xmlDOMWrapNSNormAddNsMapItem2() argument
7993 (*list)[2 * (*number)] = oldNs; in xmlDOMWrapNSNormAddNsMapItem2()
8450 mi->oldNs = ns; in xmlDOMWrapNSNormAquireNormalizedNs()
8682 (cur->ns == mi->oldNs)) { in xmlDOMWrapReconcileNamespaces()
8946 (cur->ns == mi->oldNs)) { in xmlDOMWrapAdoptBranch()
9484 (cur->ns == mi->oldNs)) { in xmlDOMWrapCloneNode()