Home
last modified time | relevance | path

Searched refs:XSLT_CCTXT (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/3rdparty/libxslt/
H A Dnamespaces.c167 alias = xsltNewNsAlias(XSLT_CCTXT(style)); in xsltNamespaceAlias()
172 XSLT_CCTXT(style)->hasNsAliases = 1; in xsltNamespaceAlias()
H A Dextensions.c1162 (XSLT_CCTXT(style)->inode == NULL) || in xsltCheckExtPrefix()
1163 (XSLT_CCTXT(style)->inode->extElemNs == NULL)) in xsltCheckExtPrefix()
1169 if (XSLT_CCTXT(style)->inode->extElemNs != NULL) { in xsltCheckExtPrefix()
1171 xsltPointerListPtr list = XSLT_CCTXT(style)->inode->extElemNs; in xsltCheckExtPrefix()
H A Dpreproc.c1982 if (XSLT_CCTXT(style)->inode->type != 0) { in xsltStylePreCompute()
1983 switch (XSLT_CCTXT(style)->inode->type) { in xsltStylePreCompute()
2163 XSLT_CCTXT(style)->inode->inScopeNs; in xsltStylePreCompute()
H A Dxslt.c4837 if (XSLT_CCTXT(style)->inode->category == XSLT_ELEMENT_CATEGORY_EXTENSION) { in xsltParseTemplateContent()
4838 XSLT_CCTXT(style)->inode->extContentHandled = 1; in xsltParseTemplateContent()
4853 XSLT_CCTXT(style)->inode->curChildType = XSLT_FUNC_PARAM; in xsltParseTemplateContent()
4854 xsltParseAnyXSLTElem(XSLT_CCTXT(style), child); in xsltParseTemplateContent()
4862 xsltParseSequenceConstructor(XSLT_CCTXT(style), child); in xsltParseTemplateContent()
6344 cctxt = XSLT_CCTXT(style); in xsltParseStylesheetProcess()
H A Dvariables.c2062 xsltParseSequenceConstructor(XSLT_CCTXT(style), cur->children); in xsltParseGlobalVariable()
2124 xsltParseSequenceConstructor(XSLT_CCTXT(style), cur->children); in xsltParseGlobalParam()
H A Dattributes.c441 xsltParseSequenceConstructor(XSLT_CCTXT(style), in xsltParseStylesheetAttributeSet()
H A Dxsltutils.c622 if (XSLT_CCTXT(style)->errSeverity == XSLT_ERROR_SEVERITY_WARNING) in xsltPrintErrorContext()
/reactos/sdk/include/reactos/libs/libxslt/
H A DxsltInternals.h1301 #define XSLT_CCTXT(style) ((xsltCompilerCtxtPtr) style->compCtxt) macro