Searched refs:xmlSchemaSchemaRelation (Results 1 – 1 of 1) sorted by relevance
377 typedef struct _xmlSchemaSchemaRelation xmlSchemaSchemaRelation; typedef378 typedef xmlSchemaSchemaRelation *xmlSchemaSchemaRelationPtr;9833 xmlMalloc(sizeof(xmlSchemaSchemaRelation)); in xmlSchemaSchemaRelationCreate()9838 memset(ret, 0, sizeof(xmlSchemaSchemaRelation)); in xmlSchemaSchemaRelationCreate()