Searched refs:xmlSchemaSubstGroup (Results 1 – 1 of 1) sorted by relevance
1038 typedef struct _xmlSchemaSubstGroup xmlSchemaSubstGroup; typedef1039 typedef xmlSchemaSubstGroup *xmlSchemaSubstGroupPtr;5679 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()5685 memset(ret, 0, sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()