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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dnamespaces.c202 alias = xsltNewNsAlias(XSLT_CCTXT(style));
207 XSLT_CCTXT(style)->hasNsAliases = 1;
H A Dextensions.c1125 (XSLT_CCTXT(style)->inode == NULL) ||
1126 (XSLT_CCTXT(style)->inode->extElemNs == NULL))
1132 if (XSLT_CCTXT(style)->inode->extElemNs != NULL) {
1134 xsltPointerListPtr list = XSLT_CCTXT(style)->inode->extElemNs;
H A Dxsltutils.c632 if (XSLT_CCTXT(style)->errSeverity == XSLT_ERROR_SEVERITY_WARNING)
2071 if (XSLT_CCTXT(style)) {
2082 xpathCtxt = XSLT_CCTXT(style)->xpathCtxt;
2099 if ((style == NULL) || (! XSLT_CCTXT(style))) {
H A Dxslt.c4464 if (XSLT_CCTXT(style)->inode->category == XSLT_ELEMENT_CATEGORY_EXTENSION) {
4465 XSLT_CCTXT(style)->inode->extContentHandled = 1;
4480 XSLT_CCTXT(style)->inode->curChildType = XSLT_FUNC_PARAM;
4481 xsltParseAnyXSLTElem(XSLT_CCTXT(style), child);
4489 xsltParseSequenceConstructor(XSLT_CCTXT(style), child);
6024 cctxt = XSLT_CCTXT(style);
6366 xsltCompilationCtxtFree(XSLT_CCTXT(ret));
H A Dpreproc.c1861 if (XSLT_CCTXT(style)->inode->type != 0) {
1862 switch (XSLT_CCTXT(style)->inode->type) {
2042 XSLT_CCTXT(style)->inode->inScopeNs;
H A Dattributes.c386 xsltParseAnyXSLTElem(XSLT_CCTXT(style), child);
H A Dvariables.c1520 xsltParseSequenceConstructor(XSLT_CCTXT(style), cur->children);
1582 xsltParseSequenceConstructor(XSLT_CCTXT(style), cur->children);
H A DxsltInternals.h1212 #define XSLT_CCTXT(style) ((xsltCompilerCtxtPtr) style->compCtxt) macro

Completed in 84 milliseconds