Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
DxsltInternals.h1300 #define XSLT_CCTXT(style) ((xsltCompilerCtxtPtr) style->compCtxt)
1629 xsltCompilerCtxtPtr compCtxt; /* TODO: Change this to (void *). */ member
Dxslt.c6547 retStyle->compCtxt = (void *) cctxt; in xsltParseStylesheetImportedDoc()
6561 cctxt = parentStyle->compCtxt; in xsltParseStylesheetImportedDoc()
6562 retStyle->compCtxt = cctxt; in xsltParseStylesheetImportedDoc()
6610 if (retStyle->compCtxt != NULL) { in xsltParseStylesheetImportedDoc()
6611 xsltCompilationCtxtFree(retStyle->compCtxt); in xsltParseStylesheetImportedDoc()
6612 retStyle->compCtxt = NULL; in xsltParseStylesheetImportedDoc()
6677 if (ret->compCtxt != NULL) { in xsltParseStylesheetDoc()
6679 ret->compCtxt = NULL; in xsltParseStylesheetDoc()
Dextensions.c1161 if ((style == NULL) || (style->compCtxt == NULL) || in xsltCheckExtPrefix()