Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c11886 int *hasRestrictionOrExtension) in xmlSchemaParseSimpleContent() argument
11893 (hasRestrictionOrExtension == NULL)) in xmlSchemaParseSimpleContent()
11895 *hasRestrictionOrExtension = 0; in xmlSchemaParseSimpleContent()
11945 (*hasRestrictionOrExtension) = 1; in xmlSchemaParseSimpleContent()
11950 (*hasRestrictionOrExtension) = 1; in xmlSchemaParseSimpleContent()
11976 int *hasRestrictionOrExtension) in xmlSchemaParseComplexContent() argument
11983 (hasRestrictionOrExtension == NULL)) in xmlSchemaParseComplexContent()
11985 *hasRestrictionOrExtension = 0; in xmlSchemaParseComplexContent()
12040 (*hasRestrictionOrExtension) = 1; in xmlSchemaParseComplexContent()
12045 (*hasRestrictionOrExtension) = 1; in xmlSchemaParseComplexContent()
[all …]