Searched refs:xmlSchemaAnnot (Results 1 – 2 of 2) sorted by relevance
148 typedef struct _xmlSchemaAnnot xmlSchemaAnnot; typedef149 typedef xmlSchemaAnnot *xmlSchemaAnnotPtr;
3283 ret = (xmlSchemaAnnotPtr) xmlMalloc(sizeof(xmlSchemaAnnot)); in xmlSchemaNewAnnot()3288 memset(ret, 0, sizeof(xmlSchemaAnnot)); in xmlSchemaNewAnnot()