Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSchemaModelGroup

674  * xmlSchemaModelGroup:
679 typedef struct _xmlSchemaModelGroup xmlSchemaModelGroup;
680 typedef xmlSchemaModelGroup *xmlSchemaModelGroupPtr;
5476 xmlMalloc(sizeof(xmlSchemaModelGroup));
5482 memset(ret, 0, sizeof(xmlSchemaModelGroup));