Searched refs:xmlStreamComp (Results 1 – 1 of 1) sorted by relevance
98 typedef struct _xmlStreamComp xmlStreamComp; typedef99 typedef xmlStreamComp *xmlStreamCompPtr;1497 cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp)); in xmlNewStreamComp()1503 memset(cur, 0, sizeof(xmlStreamComp)); in xmlNewStreamComp()