• Home
  • Raw
  • Download

Lines Matching refs:newNs

6290     xmlNsPtr *newNs = NULL;  in xmlReconciliateNs()  local
6318 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6320 if (newNs == NULL) { in xmlReconciliateNs()
6328 node->ns = newNs[i]; in xmlReconciliateNs()
6347 xmlFree(newNs); in xmlReconciliateNs()
6350 newNs = (xmlNsPtr *) xmlRealloc(newNs, sizeCache * in xmlReconciliateNs()
6352 if (newNs == NULL) { in xmlReconciliateNs()
6358 newNs[nbCache] = n; in xmlReconciliateNs()
6382 newNs = (xmlNsPtr *) xmlMalloc(sizeCache * in xmlReconciliateNs()
6384 if (newNs == NULL) { in xmlReconciliateNs()
6392 attr->ns = newNs[i]; in xmlReconciliateNs()
6411 xmlFree(newNs); in xmlReconciliateNs()
6414 newNs = (xmlNsPtr *) xmlRealloc(newNs, in xmlReconciliateNs()
6416 if (newNs == NULL) { in xmlReconciliateNs()
6422 newNs[nbCache] = n; in xmlReconciliateNs()
6463 if (newNs != NULL) in xmlReconciliateNs()
6464 xmlFree(newNs); in xmlReconciliateNs()
7801 xmlNsPtr newNs; /* new ns decl reference */ member
7872 xmlNsPtr oldNs, xmlNsPtr newNs, int depth) in xmlDOMWrapNsMapAddItem() argument
7938 ret->newNs = newNs; in xmlDOMWrapNsMapAddItem()
8097 if ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapNSNormGatherInScopeNs()
8098 xmlStrEqual(ns->prefix, mi->newNs->prefix)) { in xmlDOMWrapNSNormGatherInScopeNs()
8164 xmlNsPtr oldNs, xmlNsPtr newNs) in xmlDOMWrapNSNormAddNsMapItem2() argument
8184 (*list)[2 * (*number) +1] = newNs; in xmlDOMWrapNSNormAddNsMapItem2()
8637 ((mi->newNs->href != NULL) && in xmlDOMWrapNSNormAquireNormalizedNs()
8638 (mi->newNs->href[0] != 0)) && in xmlDOMWrapNSNormAquireNormalizedNs()
8640 ((! prefixed) || (mi->newNs->prefix != NULL)) && in xmlDOMWrapNSNormAquireNormalizedNs()
8642 ((mi->newNs->href == ns->href) || in xmlDOMWrapNSNormAquireNormalizedNs()
8643 xmlStrEqual(mi->newNs->href, ns->href))) { in xmlDOMWrapNSNormAquireNormalizedNs()
8646 *retNs = mi->newNs; in xmlDOMWrapNSNormAquireNormalizedNs()
8687 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapNSNormAquireNormalizedNs()
8688 xmlStrEqual(ns->prefix, mi->newNs->prefix))) { in xmlDOMWrapNSNormAquireNormalizedNs()
8784 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapReconcileNamespaces()
8785 xmlStrEqual(ns->prefix, mi->newNs->prefix)) && in xmlDOMWrapReconcileNamespaces()
8786 ((ns->href == mi->newNs->href) || in xmlDOMWrapReconcileNamespaces()
8787 xmlStrEqual(ns->href, mi->newNs->href))) in xmlDOMWrapReconcileNamespaces()
8794 &sizeRedund, &nbRedund, ns, mi->newNs) == -1) in xmlDOMWrapReconcileNamespaces()
8821 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapReconcileNamespaces()
8822 xmlStrEqual(ns->prefix, mi->newNs->prefix))) { in xmlDOMWrapReconcileNamespaces()
8879 cur->ns = mi->newNs; in xmlDOMWrapReconcileNamespaces()
9107 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapAdoptBranch()
9109 mi->newNs->prefix))) { in xmlDOMWrapAdoptBranch()
9146 cur->ns = mi->newNs; in xmlDOMWrapAdoptBranch()
9590 ((ns->prefix == mi->newNs->prefix) || in xmlDOMWrapCloneNode()
9592 mi->newNs->prefix))) { in xmlDOMWrapCloneNode()
9689 clone->ns = mi->newNs; in xmlDOMWrapCloneNode()