Home
last modified time | relevance | path

Searched refs:hasRestrictionOrExtension (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c11933 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()
[all …]