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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A DxsltInternals.h190 * xsltPointerList:
194 typedef struct _xsltPointerList xsltPointerList; typedef in typeref:struct:_xsltPointerList
195 typedef xsltPointerList *xsltPointerListPtr;
H A Dxsltutils.c364 * Creates an xsltPointerList structure.
366 * Returns a xsltPointerList structure or NULL in case of an error.
373 ret = xmlMalloc(sizeof(xsltPointerList));
379 memset(ret, 0, sizeof(xsltPointerList));
391 * Frees the xsltPointerList structure. This does not free

Completed in 172 milliseconds