Searched refs:methSet (Results 1 – 1 of 1) sorted by relevance
19902 int set, methSet; in xmlSchemaCheckElemSubstGroup() local19911 methSet = 0; in xmlSchemaCheckElemSubstGroup()19945 ((methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) == 0)) in xmlSchemaCheckElemSubstGroup()19946 methSet |= XML_SCHEMAS_TYPE_BLOCK_EXTENSION; in xmlSchemaCheckElemSubstGroup()19949 ((methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION) == 0)) in xmlSchemaCheckElemSubstGroup()19950 methSet |= XML_SCHEMAS_TYPE_BLOCK_RESTRICTION; in xmlSchemaCheckElemSubstGroup()19977 (methSet & XML_SCHEMAS_TYPE_BLOCK_EXTENSION)) || in xmlSchemaCheckElemSubstGroup()19979 (methSet & XML_SCHEMAS_TYPE_BLOCK_RESTRICTION)))) { in xmlSchemaCheckElemSubstGroup()