Searched refs:xmlSchemaAttributeUse (Results 1 – 1 of 1) sorted by relevance
514 typedef struct _xmlSchemaAttributeUse xmlSchemaAttributeUse; typedef515 typedef xmlSchemaAttributeUse *xmlSchemaAttributeUsePtr;5226 ret = (xmlSchemaAttributeUsePtr) xmlMalloc(sizeof(xmlSchemaAttributeUse)); in xmlSchemaAddAttributeUse()5231 memset(ret, 0, sizeof(xmlSchemaAttributeUse)); in xmlSchemaAddAttributeUse()