Searched refs:substGroups (Results 1 – 1 of 1) sorted by relevance
301 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups587 xmlHashTablePtr substGroups; member9989 if (con->substGroups != NULL) in xmlSchemaConstructionCtxtFree()9990 xmlHashFree(con->substGroups, xmlSchemaSubstGroupFreeEntry); in xmlSchemaConstructionCtxtFree()21403 if (con->substGroups != NULL) { in xmlSchemaFixupComponents()21404 xmlHashFree(con->substGroups, xmlSchemaSubstGroupFreeEntry); in xmlSchemaFixupComponents()21405 con->substGroups = NULL; in xmlSchemaFixupComponents()