Searched refs:xmlSchemaSubstGroup (Results 1 – 1 of 1) sorted by relevance
1065 typedef struct _xmlSchemaSubstGroup xmlSchemaSubstGroup; typedef1066 typedef xmlSchemaSubstGroup *xmlSchemaSubstGroupPtr;5793 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()5799 memset(ret, 0, sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()