Searched refs:methSet (Results 1 – 1 of 1) sorted by relevance
19778 int set, methSet; in xmlSchemaCheckElemSubstGroup() local19787 methSet = 0; in xmlSchemaCheckElemSubstGroup()19821 ((methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) == 0)) in xmlSchemaCheckElemSubstGroup()19822 methSet |= XML_SCHEMAS_TYPE_BLOCK_EXTENSION; in xmlSchemaCheckElemSubstGroup()19825 ((methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) == 0)) in xmlSchemaCheckElemSubstGroup()19826 methSet |= XML_SCHEMAS_TYPE_BLOCK_RESTRICTION; in xmlSchemaCheckElemSubstGroup()19853 (methSet & XML_SCHEMAS_TYPE_BLOCK_EXTENSION)) || in xmlSchemaCheckElemSubstGroup()19855 (methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION)))) { in xmlSchemaCheckElemSubstGroup()