Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c8497 xmlNodePtr node, int *isElemRef, int topLevel) in xmlSchemaParseElement() argument
8513 if (isElemRef != NULL) in xmlSchemaParseElement()
8514 *isElemRef = 0; in xmlSchemaParseElement()
8561 if (isElemRef != NULL) in xmlSchemaParseElement()
8562 *isElemRef = 1; in xmlSchemaParseElement()
11260 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local
11343 schema, child, &isElemRef, 0); in xmlSchemaParseModelGroup()
11350 if (isElemRef) in xmlSchemaParseModelGroup()
11396 xmlSchemaParseElement(ctxt, schema, child, &isElemRef, 0); in xmlSchemaParseModelGroup()
11397 if (part && isElemRef) in xmlSchemaParseModelGroup()