Searched refs:xsltAttrElem (Results 1 – 1 of 1) sorted by relevance
85 typedef struct _xsltAttrElem xsltAttrElem; typedef86 typedef xsltAttrElem *xsltAttrElemPtr;112 cur = (xsltAttrElemPtr) xmlMalloc(sizeof(xsltAttrElem)); in xsltNewAttrElem()118 memset(cur, 0, sizeof(xsltAttrElem)); in xsltNewAttrElem()