Searched refs:xmlSchemaSchemaRelation (Results 1 – 1 of 1) sorted by relevance
388 typedef struct _xmlSchemaSchemaRelation xmlSchemaSchemaRelation; typedef389 typedef xmlSchemaSchemaRelation *xmlSchemaSchemaRelationPtr;9896 xmlMalloc(sizeof(xmlSchemaSchemaRelation)); in xmlSchemaSchemaRelationCreate()9901 memset(ret, 0, sizeof(xmlSchemaSchemaRelation)); in xmlSchemaSchemaRelationCreate()