Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c301 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
587 xmlHashTablePtr substGroups; member
9938 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()