Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
DxsltInternals.h1307 typedef struct _xsltCompilerCtxt xsltCompilerCtxt; typedef
1308 typedef xsltCompilerCtxt *xsltCompilerCtxtPtr;
Dxslt.c577 ret = (xsltCompilerCtxtPtr) xmlMalloc(sizeof(xsltCompilerCtxt)); in xsltCompilationCtxtCreate()
584 memset(ret, 0, sizeof(xsltCompilerCtxt)); in xsltCompilationCtxtCreate()