xmlStreamComp 95 third_party/libxml/src/pattern.c typedef struct _xmlStreamComp xmlStreamComp; xmlStreamComp 96 third_party/libxml/src/pattern.c typedef xmlStreamComp *xmlStreamCompPtr; xmlStreamComp 1493 third_party/libxml/src/pattern.c cur = (xmlStreamCompPtr) xmlMalloc(sizeof(xmlStreamComp)); xmlStreamComp 1499 third_party/libxml/src/pattern.c memset(cur, 0, sizeof(xmlStreamComp));