Home
last modified time | relevance | path

Searched refs:substGroups (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c301 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
587 xmlHashTablePtr substGroups; member
9989 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()