Lines Matching refs:hasRestrictionOrExtension
11933 int *hasRestrictionOrExtension) in xmlSchemaParseSimpleContent() argument
11940 (hasRestrictionOrExtension == NULL)) in xmlSchemaParseSimpleContent()
11942 *hasRestrictionOrExtension = 0; in xmlSchemaParseSimpleContent()
11992 (*hasRestrictionOrExtension) = 1; in xmlSchemaParseSimpleContent()
11997 (*hasRestrictionOrExtension) = 1; in xmlSchemaParseSimpleContent()
12023 int *hasRestrictionOrExtension) in xmlSchemaParseComplexContent() argument
12030 (hasRestrictionOrExtension == NULL)) in xmlSchemaParseComplexContent()
12032 *hasRestrictionOrExtension = 0; in xmlSchemaParseComplexContent()
12087 (*hasRestrictionOrExtension) = 1; in xmlSchemaParseComplexContent()
12092 (*hasRestrictionOrExtension) = 1; in xmlSchemaParseComplexContent()
12127 int final = 0, block = 0, hasRestrictionOrExtension = 0; in xmlSchemaParseComplexType() local
12304 &hasRestrictionOrExtension); in xmlSchemaParseComplexType()
12312 &hasRestrictionOrExtension); in xmlSchemaParseComplexType()
12379 if (topLevel && ctxt->isRedefine && (! hasRestrictionOrExtension)) { in xmlSchemaParseComplexType()