Searched refs:xmlSchemaAttributeUse (Results 1 – 1 of 1) sorted by relevance
522 typedef struct _xmlSchemaAttributeUse xmlSchemaAttributeUse; typedef523 typedef xmlSchemaAttributeUse *xmlSchemaAttributeUsePtr;5286 ret = (xmlSchemaAttributeUsePtr) xmlMalloc(sizeof(xmlSchemaAttributeUse)); in xmlSchemaAddAttributeUse()5291 memset(ret, 0, sizeof(xmlSchemaAttributeUse)); in xmlSchemaAddAttributeUse()