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
9898 if (con->substGroups != NULL) in xmlSchemaConstructionCtxtFree()
9899 xmlHashFree(con->substGroups, in xmlSchemaConstructionCtxtFree()
21273 if (con->substGroups != NULL) { in xmlSchemaFixupComponents()
21274 xmlHashFree(con->substGroups, in xmlSchemaFixupComponents()
21276 con->substGroups = NULL; in xmlSchemaFixupComponents()