Searched refs:XSLT_CCTXT (Results 1 – 8 of 8) sorted by relevance
167 alias = xsltNewNsAlias(XSLT_CCTXT(style)); in xsltNamespaceAlias()172 XSLT_CCTXT(style)->hasNsAliases = 1; in xsltNamespaceAlias()
1162 (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()
1982 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()
4837 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()
2062 xsltParseSequenceConstructor(XSLT_CCTXT(style), cur->children); in xsltParseGlobalVariable()2124 xsltParseSequenceConstructor(XSLT_CCTXT(style), cur->children); in xsltParseGlobalParam()
441 xsltParseSequenceConstructor(XSLT_CCTXT(style), in xsltParseStylesheetAttributeSet()
622 if (XSLT_CCTXT(style)->errSeverity == XSLT_ERROR_SEVERITY_WARNING) in xsltPrintErrorContext()
1301 #define XSLT_CCTXT(style) ((xsltCompilerCtxtPtr) style->compCtxt) macro