Home
last modified time | relevance | path

Searched refs:XSLT_FUNC_VARIABLE (Results 1 – 6 of 6) sorted by relevance

/external/libxslt/libxslt/
Dpreproc.c277 case XSLT_FUNC_VARIABLE: in xsltNewStylePreComp()
357 case XSLT_FUNC_VARIABLE: in xsltNewStylePreComp()
466 case XSLT_FUNC_VARIABLE: { in xsltFreeStylePreComp()
1820 xsltNewStylePreComp(style, XSLT_FUNC_VARIABLE); in xsltVariableComp()
1822 comp = xsltNewStylePreComp(style, XSLT_FUNC_VARIABLE); in xsltVariableComp()
2039 case XSLT_FUNC_VARIABLE: in xsltStylePreCompute()
Dextra.c92 } else if (cur->comp->type == XSLT_FUNC_VARIABLE) { in xsltDebug()
Dvariables.c1269 (elem->comp->type == XSLT_FUNC_VARIABLE)) { in xsltEvalGlobalVariables()
1350 if ((elem->comp->type == XSLT_FUNC_VARIABLE) && in xsltRegisterGlobalVariable()
1351 (tmp->comp->type == XSLT_FUNC_VARIABLE) && in xsltRegisterGlobalVariable()
1474 (elem->comp->type == XSLT_FUNC_VARIABLE) && in xsltProcessUserParamInternal()
Dxslt.c3813 return(XSLT_FUNC_VARIABLE); in xsltGetXSLTElementTypeByNode()
3968 case XSLT_FUNC_VARIABLE: in xsltParseAnyXSLTElem()
4208 ((cctxt->inode->type == XSLT_FUNC_VARIABLE) || in xsltParseAnyXSLTElem()
4532 case XSLT_FUNC_VARIABLE: in xsltParseSequenceConstructor()
5537 case XSLT_FUNC_VARIABLE: in xsltParseTopLevelXSLTElem()
5778 xsltParseTopLevelXSLTElem(cctxt, cur, XSLT_FUNC_VARIABLE); in xsltParseXSLTStylesheetElemCore()
DxsltInternals.h442 XSLT_FUNC_VARIABLE, enumerator
Dtransform.c2446 } else if (info->type == XSLT_FUNC_VARIABLE) { in xsltApplySequenceConstructor()