Searched refs:xmlSchemaAttribute (Results 1 – 5 of 5) sorted by relevance
274 typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef275 typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
5236 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()5241 memset(ret, 0, sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()
246 typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef247 typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
345 * xmlSchemaAttribute:351 d xmlSchemaAttribute...467 * xmlSchemaAttribute and xmlSchemaAttributeGroup start of structures
5246 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()5251 memset(ret, 0, sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()