xmlElement        305 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlElement xmlElement;
xmlElement        306 third_party/libxml/src/include/libxml/tree.h typedef xmlElement *xmlElementPtr;
xmlElement       1506 third_party/libxml/src/valid.c 	ret = (xmlElementPtr) xmlMalloc(sizeof(xmlElement));
xmlElement       1515 third_party/libxml/src/valid.c 	memset(ret, 0, sizeof(xmlElement));
xmlElement       1618 third_party/libxml/src/valid.c     cur = (xmlElementPtr) xmlMalloc(sizeof(xmlElement));
xmlElement       1623 third_party/libxml/src/valid.c     memset(cur, 0, sizeof(xmlElement));
xmlElement       3210 third_party/libxml/src/valid.c 	cur = (xmlElementPtr) xmlMalloc(sizeof(xmlElement));
xmlElement       3215 third_party/libxml/src/valid.c 	memset(cur, 0, sizeof(xmlElement));
xmlElement       6955 third_party/libxml/src/valid.c     xmlElement *element_desc;