Searched refs:methSet (Results 1 – 1 of 1) sorted by relevance
19678 int set, methSet; in xmlSchemaCheckElemSubstGroup() local19687 methSet = 0; in xmlSchemaCheckElemSubstGroup()19721 ((methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) == 0)) in xmlSchemaCheckElemSubstGroup()19722 methSet |= XML_SCHEMAS_TYPE_BLOCK_EXTENSION; in xmlSchemaCheckElemSubstGroup()19725 ((methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) == 0)) in xmlSchemaCheckElemSubstGroup()19726 methSet |= XML_SCHEMAS_TYPE_BLOCK_RESTRICTION; in xmlSchemaCheckElemSubstGroup()19753 (methSet & XML_SCHEMAS_TYPE_BLOCK_EXTENSION)) || in xmlSchemaCheckElemSubstGroup()19755 (methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION)))) { in xmlSchemaCheckElemSubstGroup()