xmlSchemaElement 763 third_party/libxml/src/include/libxml/schemasInternals.h typedef struct _xmlSchemaElement xmlSchemaElement; xmlSchemaElement 764 third_party/libxml/src/include/libxml/schemasInternals.h typedef xmlSchemaElement *xmlSchemaElementPtr; xmlSchemaElement 5315 third_party/libxml/src/xmlschemas.c ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement)); xmlSchemaElement 5320 third_party/libxml/src/xmlschemas.c memset(ret, 0, sizeof(xmlSchemaElement));