Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
DxsltInternals.h194 typedef struct _xsltPointerList xsltPointerList; typedef
195 typedef xsltPointerList *xsltPointerListPtr;
Dxsltutils.c361 ret = xmlMalloc(sizeof(xsltPointerList)); in xsltPointerListCreate()
367 memset(ret, 0, sizeof(xsltPointerList)); in xsltPointerListCreate()