Home | History | Annotate | Download | only in libxml2

Lines Matching full:xmlschemaschemarelation

377  * xmlSchemaSchemaRelation:
381 typedef struct _xmlSchemaSchemaRelation xmlSchemaSchemaRelation;
382 typedef xmlSchemaSchemaRelation *xmlSchemaSchemaRelationPtr;
9856 xmlMalloc(sizeof(xmlSchemaSchemaRelation));
9861 memset(ret, 0, sizeof(xmlSchemaSchemaRelation));