Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c295 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
579 xmlHashTablePtr substGroups; member
9911 if (con->substGroups != NULL) in xmlSchemaConstructionCtxtFree()
9912 xmlHashFree(con->substGroups, in xmlSchemaConstructionCtxtFree()
21286 if (con->substGroups != NULL) { in xmlSchemaFixupComponents()
21287 xmlHashFree(con->substGroups, in xmlSchemaFixupComponents()
21289 con->substGroups = NULL; in xmlSchemaFixupComponents()