Searched refs:xmlSchemaAttribute (Results 1 – 2 of 2) sorted by relevance
246 typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef247 typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
5152 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()5157 memset(ret, 0, sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()