Searched refs:effectiveNs (Results 1 – 3 of 3) sorted by relevance
1190 xsltEffectiveNsPtr effectiveNs; member1465 xsltEffectiveNsPtr effectiveNs; member
668 if (data->effectiveNs) { in xsltFreePrincipalStylesheetData()669 xsltLREEffectiveNsNodesFree(data->effectiveNs); in xsltFreePrincipalStylesheetData()670 data->effectiveNs = NULL; in xsltFreePrincipalStylesheetData()2034 (item == NULL) || (item->effectiveNs != NULL)) in xsltLREBuildEffectiveNsNodes()2161 if (cctxt->psData->effectiveNs == NULL) { in xsltLREBuildEffectiveNsNodes()2162 cctxt->psData->effectiveNs = effNs; in xsltLREBuildEffectiveNsNodes()2165 effNs->nextInStore = cctxt->psData->effectiveNs; in xsltLREBuildEffectiveNsNodes()2166 cctxt->psData->effectiveNs = effNs; in xsltLREBuildEffectiveNsNodes()2175 item->effectiveNs = effNs; in xsltLREBuildEffectiveNsNodes()
2328 if (lrInfo->effectiveNs != NULL) { in xsltApplySequenceConstructor()2329 xsltEffectiveNsPtr effNs = lrInfo->effectiveNs; in xsltApplySequenceConstructor()