Lines Matching refs:oldNs
1248 if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs); in xmlFreeDoc()
4528 if (doc->oldNs != NULL) in xmlCopyDoc()
4529 ret->oldNs = xmlCopyNamespaceList(doc->oldNs); in xmlCopyDoc()
5943 if (doc->oldNs != NULL) in xmlTreeEnsureXMLDecl()
5944 return (doc->oldNs); in xmlTreeEnsureXMLDecl()
5957 doc->oldNs = ns; in xmlTreeEnsureXMLDecl()
6014 if (doc->oldNs == NULL) in xmlSearchNs()
6017 return(doc->oldNs); in xmlSearchNs()
6147 if (doc->oldNs == NULL) in xmlSearchNsByHref()
6150 return(doc->oldNs); in xmlSearchNsByHref()
6270 xmlNsPtr *oldNs = NULL; in xmlReconciliateNs() local
6293 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6295 if (oldNs == NULL) { in xmlReconciliateNs()
6303 xmlFree(oldNs); in xmlReconciliateNs()
6308 if (oldNs[i] == node->ns) { in xmlReconciliateNs()
6324 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, sizeCache * in xmlReconciliateNs()
6326 if (oldNs == NULL) { in xmlReconciliateNs()
6335 xmlFree(oldNs); in xmlReconciliateNs()
6340 oldNs[nbCache++] = node->ns; in xmlReconciliateNs()
6357 oldNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6359 if (oldNs == NULL) { in xmlReconciliateNs()
6367 xmlFree(oldNs); in xmlReconciliateNs()
6372 if (oldNs[i] == attr->ns) { in xmlReconciliateNs()
6388 oldNs = (xmlNsPtr *) xmlRealloc(oldNs, in xmlReconciliateNs()
6390 if (oldNs == NULL) { in xmlReconciliateNs()
6399 xmlFree(oldNs); in xmlReconciliateNs()
6404 oldNs[nbCache++] = attr->ns; in xmlReconciliateNs()
6442 if (oldNs != NULL) in xmlReconciliateNs()
6443 xmlFree(oldNs); in xmlReconciliateNs()
7781 xmlNsPtr oldNs; /* old ns decl reference */ member
7853 xmlNsPtr oldNs, xmlNsPtr newNs, int depth) in xmlDOMWrapNsMapAddItem() argument
7918 ret->oldNs = oldNs; in xmlDOMWrapNsMapAddItem()
8145 xmlNsPtr oldNs, xmlNsPtr newNs) in xmlDOMWrapNSNormAddNsMapItem2() argument
8164 (*list)[2 * (*number)] = oldNs; in xmlDOMWrapNSNormAddNsMapItem2()
8626 mi->oldNs = ns; in xmlDOMWrapNSNormAquireNormalizedNs()
8858 (cur->ns == mi->oldNs)) { in xmlDOMWrapReconcileNamespaces()
9125 (cur->ns == mi->oldNs)) { in xmlDOMWrapAdoptBranch()
9666 (cur->ns == mi->oldNs)) { in xmlDOMWrapCloneNode()