Home
last modified time | relevance | path

Searched refs:xsltEvalStaticAttrValueTemplate (Results 1 – 3 of 3) sorted by relevance

/external/libxslt/libxslt/
Dpreproc.c567 filename = xsltEvalStaticAttrValueTemplate(style, inst, in xsltDocumentComp()
640 filename = xsltEvalStaticAttrValueTemplate(style, inst, in xsltDocumentComp()
686 comp->stype = xsltEvalStaticAttrValueTemplate(style, inst, in xsltSortComp()
701 comp->order = xsltEvalStaticAttrValueTemplate(style, inst, in xsltSortComp()
716 comp->case_order = xsltEvalStaticAttrValueTemplate(style, inst, in xsltSortComp()
732 comp->lang = xsltEvalStaticAttrValueTemplate(style, inst, in xsltSortComp()
897 comp->name = xsltEvalStaticAttrValueTemplate(style, inst, in xsltElementComp()
911 comp->ns = xsltEvalStaticAttrValueTemplate(style, inst, in xsltElementComp()
964 comp->use = xsltEvalStaticAttrValueTemplate(style, inst, in xsltElementComp()
1015 comp->name = xsltEvalStaticAttrValueTemplate(style, inst, in xsltAttributeComp()
[all …]
Dtemplates.h38 xsltEvalStaticAttrValueTemplate (xsltStylesheetPtr style,
Dtemplates.c422 xsltEvalStaticAttrValueTemplate(xsltStylesheetPtr style, xmlNodePtr inst, in xsltEvalStaticAttrValueTemplate() function