Lines Matching refs:oldNs
1254 if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs); in xmlFreeDoc()
4598 if (doc->oldNs != NULL) in xmlCopyDoc()
4599 ret->oldNs = xmlCopyNamespaceList(doc->oldNs); in xmlCopyDoc()
6015 if (doc->oldNs != NULL) in xmlTreeEnsureXMLDecl()
6016 return (doc->oldNs); in xmlTreeEnsureXMLDecl()
6029 doc->oldNs = ns; in xmlTreeEnsureXMLDecl()
6086 if (doc->oldNs == NULL) in xmlSearchNs()
6089 return(doc->oldNs); in xmlSearchNs()
6219 if (doc->oldNs == NULL) in xmlSearchNsByHref()
6222 return(doc->oldNs); in xmlSearchNsByHref()
6342 xmlNsPtr *oldNs = NULL; in xmlReconciliateNs() local
6365 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6367 if (oldNs == NULL) { in xmlReconciliateNs()
6375 xmlFree(oldNs); in xmlReconciliateNs()
6380 if (oldNs[i] == node->ns) { in xmlReconciliateNs()
6396 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache * in xmlReconciliateNs()
6398 if (oldNs == NULL) { in xmlReconciliateNs()
6407 xmlFree(oldNs); in xmlReconciliateNs()
6412 oldNs[nbCache++] = node->ns; in xmlReconciliateNs()
6429 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6431 if (oldNs == NULL) { in xmlReconciliateNs()
6439 xmlFree(oldNs); in xmlReconciliateNs()
6444 if (oldNs[i] == attr->ns) { in xmlReconciliateNs()
6460 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, in xmlReconciliateNs()
6462 if (oldNs == NULL) { in xmlReconciliateNs()
6471 xmlFree(oldNs); in xmlReconciliateNs()
6476 oldNs[nbCache++] = attr->ns; in xmlReconciliateNs()
6514 if (oldNs != NULL) in xmlReconciliateNs()
6515 xmlFree(oldNs); in xmlReconciliateNs()
7862 xmlNsPtr oldNs; /* old ns decl reference */ member
7934 xmlNsPtr oldNs, xmlNsPtr newNs, int depth) in xmlDOMWrapNsMapAddItem() argument
7999 ret->oldNs = oldNs; in xmlDOMWrapNsMapAddItem()
8226 xmlNsPtr oldNs, xmlNsPtr newNs) in xmlDOMWrapNSNormAddNsMapItem2() argument
8245 (*list)[2 * (*number)] = oldNs; in xmlDOMWrapNSNormAddNsMapItem2()
8707 mi->oldNs = ns; in xmlDOMWrapNSNormAcquireNormalizedNs()
8939 (cur->ns == mi->oldNs)) { in xmlDOMWrapReconcileNamespaces()
9206 (cur->ns == mi->oldNs)) { in xmlDOMWrapAdoptBranch()
9747 (cur->ns == mi->oldNs)) { in xmlDOMWrapCloneNode()