Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c8457 xmlNodePtr node, int *isElemRef, int topLevel) in xmlSchemaParseElement() argument
8473 if (isElemRef != NULL) in xmlSchemaParseElement()
8474 *isElemRef = 0; in xmlSchemaParseElement()
8521 if (isElemRef != NULL) in xmlSchemaParseElement()
8522 *isElemRef = 1; in xmlSchemaParseElement()
11221 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local
11304 schema, child, &isElemRef, 0); in xmlSchemaParseModelGroup()
11311 if (isElemRef) in xmlSchemaParseModelGroup()
11357 xmlSchemaParseElement(ctxt, schema, child, &isElemRef, 0); in xmlSchemaParseModelGroup()
11358 if (part && isElemRef) in xmlSchemaParseModelGroup()