Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dxslt.c471 xsltNewNamespaceMapItem(xsltCompilerCtxtPtr cctxt, in xsltNewNamespaceMapItem()
510 xsltCompilerVarInfoFree(xsltCompilerCtxtPtr cctxt) in xsltCompilerVarInfoFree()
527 xsltCompilationCtxtFree(xsltCompilerCtxtPtr cctxt) in xsltCompilationCtxtFree()
573 static xsltCompilerCtxtPtr
575 xsltCompilerCtxtPtr ret; in xsltCompilationCtxtCreate()
577 ret = (xsltCompilerCtxtPtr) xmlMalloc(sizeof(xsltCompilerCtxt)); in xsltCompilationCtxtCreate()
1851 xsltLREBuildEffectiveNs(xsltCompilerCtxtPtr cctxt, in xsltLREBuildEffectiveNs()
2022 xsltLREBuildEffectiveNsNodes(xsltCompilerCtxtPtr cctxt, in xsltLREBuildEffectiveNsNodes()
2195 xsltLREInfoCreate(xsltCompilerCtxtPtr cctxt, in xsltLREInfoCreate()
2244 xsltCompilerVarInfoPush(xsltCompilerCtxtPtr cctxt, in xsltCompilerVarInfoPush()
[all …]
DxsltInternals.h1300 #define XSLT_CCTXT(style) ((xsltCompilerCtxtPtr) style->compCtxt)
1308 typedef xsltCompilerCtxt *xsltCompilerCtxtPtr; typedef
1629 xsltCompilerCtxtPtr compCtxt; /* TODO: Change this to (void *). */
1938 xsltCompilerCtxtPtr cctxt,
1941 xsltParseAnyXSLTElem (xsltCompilerCtxtPtr cctxt,
Dnamespaces.c60 xsltNewNsAlias(xsltCompilerCtxtPtr cctxt) in xsltNewNsAlias()