xmlSchemaAttributeUse  514 third_party/libxml/src/xmlschemas.c typedef struct _xmlSchemaAttributeUse xmlSchemaAttributeUse;
xmlSchemaAttributeUse  515 third_party/libxml/src/xmlschemas.c typedef xmlSchemaAttributeUse *xmlSchemaAttributeUsePtr;
xmlSchemaAttributeUse 5192 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaAttributeUsePtr) xmlMalloc(sizeof(xmlSchemaAttributeUse));
xmlSchemaAttributeUse 5197 third_party/libxml/src/xmlschemas.c     memset(ret, 0, sizeof(xmlSchemaAttributeUse));