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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c295 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
579 xmlHashTablePtr substGroups; member in struct:_xmlSchemaConstructionCtxt
9877 if (con->substGroups != NULL)
9878 xmlHashFree(con->substGroups,
21242 if (con->substGroups != NULL) {
21243 xmlHashFree(con->substGroups,
21245 con->substGroups = NULL;
/external/libxml2/
H A Dxmlschemas.c295 #define WXS_SUBST_GROUPS(ctx) WXS_CONSTRUCTOR((ctx))->substGroups
579 xmlHashTablePtr substGroups; member in struct:_xmlSchemaConstructionCtxt
9896 if (con->substGroups != NULL)
9897 xmlHashFree(con->substGroups,
21271 if (con->substGroups != NULL) {
21272 xmlHashFree(con->substGroups,
21274 con->substGroups = NULL;

Completed in 178 milliseconds