Searched defs:substGroups (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c295 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
579 xmlHashTablePtr substGroups; member in struct:_xmlSchemaConstructionCtxt
9879 if (con->substGroups != NULL)
9880 xmlHashFree(con->substGroups,
21171 if (con->substGroups != NULL) {
21172 xmlHashFree(con->substGroups,
21174 con->substGroups = NULL;

Completed in 1211 milliseconds