Searched refs:xsltCompilerCtxt (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A DxsltInternals.h1219 typedef struct _xsltCompilerCtxt xsltCompilerCtxt; typedef in typeref:struct:_xsltCompilerCtxt
1220 typedef xsltCompilerCtxt *xsltCompilerCtxtPtr;
H A Dxslt.c528 * Returns the pointer to the created xsltCompilerCtxt or
535 ret = (xsltCompilerCtxtPtr) xmlMalloc(sizeof(xsltCompilerCtxt));
542 memset(ret, 0, sizeof(xsltCompilerCtxt));

Completed in 54 milliseconds