Searched refs:substGroups (Results 1 – 1 of 1) sorted by relevance
301 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups587 xmlHashTablePtr substGroups; member9938 if (con->substGroups != NULL) in xmlSchemaConstructionCtxtFree()9939 xmlHashFree(con->substGroups, xmlSchemaSubstGroupFreeEntry); in xmlSchemaConstructionCtxtFree()21312 if (con->substGroups != NULL) { in xmlSchemaFixupComponents()21313 xmlHashFree(con->substGroups, xmlSchemaSubstGroupFreeEntry); in xmlSchemaFixupComponents()21314 con->substGroups = NULL; in xmlSchemaFixupComponents()