Searched refs:xmlSchemaSubstGroup (Results 1 – 1 of 1) sorted by relevance
1043 typedef struct _xmlSchemaSubstGroup xmlSchemaSubstGroup; typedef1044 typedef xmlSchemaSubstGroup *xmlSchemaSubstGroupPtr;5713 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()5719 memset(ret, 0, sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()