Searched refs:xsltPointerList (Results 1 – 2 of 2) sorted by relevance
194 typedef struct _xsltPointerList xsltPointerList; typedef195 typedef xsltPointerList *xsltPointerListPtr;
361 ret = xmlMalloc(sizeof(xsltPointerList)); in xsltPointerListCreate()367 memset(ret, 0, sizeof(xsltPointerList)); in xsltPointerListCreate()