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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c6245 retStyle->compCtxt = (void *) cctxt;
6259 cctxt = parentStyle->compCtxt;
6260 retStyle->compCtxt = cctxt;
6284 /* retStyle->compCtxt = NULL; */
6308 if (retStyle->compCtxt != NULL) {
6309 xsltCompilationCtxtFree(retStyle->compCtxt);
6310 retStyle->compCtxt = NULL;
6365 if (ret->compCtxt != NULL) {
6367 ret->compCtxt = NULL;
H A DxsltInternals.h1212 #define XSLT_CCTXT(style) ((xsltCompilerCtxtPtr) style->compCtxt)
1377 * Note that we added a @compCtxt field to anchor an stylesheet compilation
1529 xsltCompilerCtxtPtr compCtxt; /* TODO: Change this to (void *). */ member in struct:_xsltStylesheet
H A Dextensions.c1124 if ((style == NULL) || (style->compCtxt == NULL) ||

Completed in 86 milliseconds