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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A DxsltInternals.h1305 #define XSLT_CCTXT(style) ((xsltCompilerCtxtPtr) style->compCtxt)
1482 * Note that we added a @compCtxt field to anchor an stylesheet compilation
1634 xsltCompilerCtxtPtr compCtxt; /* TODO: Change this to (void *). */ member in struct:_xsltStylesheet
H A Dxslt.c6561 retStyle->compCtxt = (void *) cctxt;
6575 cctxt = parentStyle->compCtxt;
6576 retStyle->compCtxt = cctxt;
6600 /* retStyle->compCtxt = NULL; */
6624 if (retStyle->compCtxt != NULL) {
6625 xsltCompilationCtxtFree(retStyle->compCtxt);
6626 retStyle->compCtxt = NULL;
6691 if (ret->compCtxt != NULL) {
6693 ret->compCtxt = NULL;
H A Dextensions.c1161 if ((style == NULL) || (style->compCtxt == NULL) ||

Completed in 287 milliseconds