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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A DxsltInternals.h1312 typedef struct _xsltCompilerCtxt xsltCompilerCtxt; typedef in typeref:struct:_xsltCompilerCtxt
1313 typedef xsltCompilerCtxt *xsltCompilerCtxtPtr;
H A Dxslt.c579 * Returns the pointer to the created xsltCompilerCtxt or
586 ret = (xsltCompilerCtxtPtr) xmlMalloc(sizeof(xsltCompilerCtxt));
593 memset(ret, 0, sizeof(xsltCompilerCtxt));

Completed in 185 milliseconds