Searched refs:cctxt (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/3rdparty/libxslt/ |
H A D | xslt.c | 1911 if ((cctxt->nsAliases == NULL) || (! cctxt->hasNsAliases)) in xsltLREBuildEffectiveNs() 2253 if ((cctxt == NULL) || (cctxt->inode == NULL)) in xsltLREInfoCreate() 2344 (cctxt->ivar->depth > cctxt->depth)) in xsltCompilerVarInfoPop() 2346 cctxt->ivar = cctxt->ivar->prev; in xsltCompilerVarInfoPop() 2482 if (cctxt->inode->depth != cctxt->depth) { in xsltCompilerNodePop() 2491 if ((cctxt->ivar) && (cctxt->ivar->depth > cctxt->depth)) in xsltCompilerNodePop() 2494 cctxt->inode = cctxt->inode->prev; in xsltCompilerNodePop() 2834 if (xsltParseNsPrefixList(cctxt, cctxt->tmpList, node, in xsltParseExclResultPrefixes() 2917 if (xsltParseNsPrefixList(cctxt, cctxt->tmpList, node, in xsltParseExtElemPrefixes() 3049 if ((cctxt == NULL) || (cctxt->style == NULL) || in xsltParsePreprocessStylesheetTree() [all …]
|
H A D | namespaces.c | 22 xsltNewNsAlias(xsltCompilerCtxtPtr cctxt) in xsltNewNsAlias() argument 26 if (cctxt == NULL) in xsltNewNsAlias() 31 xsltTransformError(NULL, cctxt->style, NULL, in xsltNewNsAlias() 33 cctxt->style->errors++; in xsltNewNsAlias() 40 ret->next = cctxt->nsAliases; in xsltNewNsAlias() 41 cctxt->nsAliases = ret; in xsltNewNsAlias()
|
/reactos/sdk/include/reactos/libs/libxslt/ |
H A D | xsltInternals.h | 1953 xsltCompilerCtxtPtr cctxt, 1956 xsltParseAnyXSLTElem (xsltCompilerCtxtPtr cctxt,
|