Searched refs:methSet (Results 1 – 1 of 1) sorted by relevance
19817 int set, methSet; in xmlSchemaCheckElemSubstGroup() local19826 methSet = 0; in xmlSchemaCheckElemSubstGroup()19860 ((methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) == 0)) in xmlSchemaCheckElemSubstGroup()19861 methSet |= XML_SCHEMAS_TYPE_BLOCK_EXTENSION; in xmlSchemaCheckElemSubstGroup()19864 ((methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) == 0)) in xmlSchemaCheckElemSubstGroup()19865 methSet |= XML_SCHEMAS_TYPE_BLOCK_RESTRICTION; in xmlSchemaCheckElemSubstGroup()19892 (methSet & XML_SCHEMAS_TYPE_BLOCK_EXTENSION)) || in xmlSchemaCheckElemSubstGroup()19894 (methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION)))) { in xmlSchemaCheckElemSubstGroup()