Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c8470 xmlNodePtr node, int *isElemRef, int topLevel) in xmlSchemaParseElement() argument
8486 if (isElemRef != NULL) in xmlSchemaParseElement()
8487 *isElemRef = 0; in xmlSchemaParseElement()
8534 if (isElemRef != NULL) in xmlSchemaParseElement()
8535 *isElemRef = 1; in xmlSchemaParseElement()
11234 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local
11317 schema, child, &isElemRef, 0); in xmlSchemaParseModelGroup()
11324 if (isElemRef) in xmlSchemaParseModelGroup()
11370 xmlSchemaParseElement(ctxt, schema, child, &isElemRef, 0); in xmlSchemaParseModelGroup()
11371 if (part && isElemRef) in xmlSchemaParseModelGroup()