• Home
  • Raw
  • Download

Lines Matching refs:newNs

6120     xmlNsPtr *newNs = NULL;  in xmlReconciliateNs()  local
6148 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6150 if (newNs == NULL) { in xmlReconciliateNs()
6158 node->ns = newNs[i]; in xmlReconciliateNs()
6177 xmlFree(newNs); in xmlReconciliateNs()
6180 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * in xmlReconciliateNs()
6182 if (newNs == NULL) { in xmlReconciliateNs()
6188 newNs[nbCache] = n; in xmlReconciliateNs()
6212 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6214 if (newNs == NULL) { in xmlReconciliateNs()
6222 attr->ns = newNs[i]; in xmlReconciliateNs()
6241 xmlFree(newNs); in xmlReconciliateNs()
6244 newNs = (xmlNsPtr *) xmlRealloc(newNs, in xmlReconciliateNs()
6246 if (newNs == NULL) { in xmlReconciliateNs()
6252 newNs[nbCache] = n; in xmlReconciliateNs()
6293 if (newNs != NULL) in xmlReconciliateNs()
6294 xmlFree(newNs); in xmlReconciliateNs()
7585 xmlNsPtr newNs; /* new ns decl reference */ member
7656 xmlNsPtr oldNs, xmlNsPtr newNs, int depth) in xmlDOMWrapNsMapAddItem() argument
7723 ret->newNs = newNs; in xmlDOMWrapNsMapAddItem()
7877 if ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapNSNormGatherInScopeNs()
7878 xmlStrEqual(ns->prefix, mi->newNs->prefix)) { in xmlDOMWrapNSNormGatherInScopeNs()
7944 xmlNsPtr oldNs, xmlNsPtr newNs) in xmlDOMWrapNSNormAddNsMapItem2() argument
7964 (*list)[2 * (*number) +1] = newNs; in xmlDOMWrapNSNormAddNsMapItem2()
8412 ((mi->newNs->href != NULL) && in xmlDOMWrapNSNormAquireNormalizedNs()
8413 (mi->newNs->href[0] != 0)) && in xmlDOMWrapNSNormAquireNormalizedNs()
8415 ((! prefixed) || (mi->newNs->prefix != NULL)) && in xmlDOMWrapNSNormAquireNormalizedNs()
8417 ((mi->newNs->href == ns->href) || in xmlDOMWrapNSNormAquireNormalizedNs()
8418 xmlStrEqual(mi->newNs->href, ns->href))) { in xmlDOMWrapNSNormAquireNormalizedNs()
8421 *retNs = mi->newNs; in xmlDOMWrapNSNormAquireNormalizedNs()
8462 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapNSNormAquireNormalizedNs()
8463 xmlStrEqual(ns->prefix, mi->newNs->prefix))) { in xmlDOMWrapNSNormAquireNormalizedNs()
8559 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapReconcileNamespaces()
8560 xmlStrEqual(ns->prefix, mi->newNs->prefix)) && in xmlDOMWrapReconcileNamespaces()
8561 ((ns->href == mi->newNs->href) || in xmlDOMWrapReconcileNamespaces()
8562 xmlStrEqual(ns->href, mi->newNs->href))) in xmlDOMWrapReconcileNamespaces()
8569 &sizeRedund, &nbRedund, ns, mi->newNs) == -1) in xmlDOMWrapReconcileNamespaces()
8596 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapReconcileNamespaces()
8597 xmlStrEqual(ns->prefix, mi->newNs->prefix))) { in xmlDOMWrapReconcileNamespaces()
8654 cur->ns = mi->newNs; in xmlDOMWrapReconcileNamespaces()
8879 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapAdoptBranch()
8881 mi->newNs->prefix))) { in xmlDOMWrapAdoptBranch()
8918 cur->ns = mi->newNs; in xmlDOMWrapAdoptBranch()
9359 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapCloneNode()
9361 mi->newNs->prefix))) { in xmlDOMWrapCloneNode()
9458 clone->ns = mi->newNs; in xmlDOMWrapCloneNode()