Searched refs:compCtxt (Results 1 – 3 of 3) sorted by relevance
1300 #define XSLT_CCTXT(style) ((xsltCompilerCtxtPtr) style->compCtxt) 1629 xsltCompilerCtxtPtr compCtxt; /* TODO: Change this to (void *). */ member
6547 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()
1161 if ((style == NULL) || (style->compCtxt == NULL) || in xsltCheckExtPrefix()