Searched refs:xmlSchemaElement (Results 1 – 2 of 2) sorted by relevance
763 typedef struct _xmlSchemaElement xmlSchemaElement; typedef764 typedef xmlSchemaElement *xmlSchemaElementPtr;
5315 ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement)); in xmlSchemaAddElement()5320 memset(ret, 0, sizeof(xmlSchemaElement)); in xmlSchemaAddElement()