Searched defs:isElemRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c8436 xmlNodePtr node, int *isElemRef, int topLevel)
8452 if (isElemRef != NULL)
8453 *isElemRef = 0;
8500 if (isElemRef != NULL)
8501 *isElemRef = 1;
11200 int min = 1, max = 1, isElemRef, hasRefs = 0; local
11283 schema, child, &isElemRef, 0);
11290 if (isElemRef)
11336 xmlSchemaParseElement(ctxt, schema, child, &isElemRef, 0);
11337 if (part && isElemRef)
8435 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int *isElemRef, int topLevel) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c8455 xmlNodePtr node, int *isElemRef, int topLevel)
8471 if (isElemRef != NULL)
8472 *isElemRef = 0;
8519 if (isElemRef != NULL)
8520 *isElemRef = 1;
11219 int min = 1, max = 1, isElemRef, hasRefs = 0; local
11302 schema, child, &isElemRef, 0);
11309 if (isElemRef)
11355 xmlSchemaParseElement(ctxt, schema, child, &isElemRef, 0);
11356 if (part && isElemRef)
8454 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int *isElemRef, int topLevel) argument
[all...]

Completed in 153 milliseconds