Searched refs:effNs (Results 1 – 2 of 2) sorted by relevance
2028 xsltEffectiveNsPtr effNs, lastEffNs = NULL; in xsltLREBuildEffectiveNsNodes() local2153 effNs = (xsltEffectiveNsPtr) xmlMalloc(sizeof(xsltEffectiveNs)); in xsltLREBuildEffectiveNsNodes()2154 if (effNs == NULL) { in xsltLREBuildEffectiveNsNodes()2162 cctxt->psData->effectiveNs = effNs; in xsltLREBuildEffectiveNsNodes()2163 effNs->nextInStore = NULL; in xsltLREBuildEffectiveNsNodes()2165 effNs->nextInStore = cctxt->psData->effectiveNs; in xsltLREBuildEffectiveNsNodes()2166 cctxt->psData->effectiveNs = effNs; in xsltLREBuildEffectiveNsNodes()2169 effNs->next = NULL; in xsltLREBuildEffectiveNsNodes()2170 effNs->prefix = ns->prefix; in xsltLREBuildEffectiveNsNodes()2171 effNs->nsName = ns->href; in xsltLREBuildEffectiveNsNodes()[all …]
2329 xsltEffectiveNsPtr effNs = lrInfo->effectiveNs; in xsltApplySequenceConstructor() local2332 while (effNs != NULL) { in xsltApplySequenceConstructor()2338 ns = xmlSearchNs(copy->doc, copy, effNs->prefix); in xsltApplySequenceConstructor()2340 (xmlStrEqual(ns->href, effNs->nsName))) in xsltApplySequenceConstructor()2342 effNs = effNs->next; in xsltApplySequenceConstructor()2345 ns = xmlNewNs(copy, effNs->nsName, effNs->prefix); in xsltApplySequenceConstructor()2361 effNs = effNs->next; in xsltApplySequenceConstructor()