xmlSchemaAttribute  246 third_party/libxml/src/include/libxml/schemasInternals.h typedef struct _xmlSchemaAttribute xmlSchemaAttribute;
xmlSchemaAttribute  247 third_party/libxml/src/include/libxml/schemasInternals.h typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
xmlSchemaAttribute 5152 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute));
xmlSchemaAttribute 5157 third_party/libxml/src/xmlschemas.c     memset(ret, 0, sizeof(xmlSchemaAttribute));