Searched defs:refItem (Results 1 - 5 of 5) sorted by path

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h375 xmlSchemaAttributeGroupPtr refItem; /* Deprecated; not used */ member in struct:_xmlSchemaAttributeGroup
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c19993 xmlSchemaBasicItemPtr refItem; local
20012 refItem = xmlSchemaGetNamedComponent(ctxt->schema,
20014 if (refItem == NULL) {
20021 if (refItem->type == XML_SCHEMA_TYPE_GROUP) {
20022 if (WXS_MODELGROUPDEF_MODEL(refItem) == NULL)
20032 if ((WXS_MODELGROUPDEF_MODEL(refItem))->type ==
20055 particle->children = (xmlSchemaTreeItemPtr) refItem;
20061 particle->children = (xmlSchemaTreeItemPtr) refItem;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libxml2/include/libxml/
H A DschemasInternals.h375 xmlSchemaAttributeGroupPtr refItem; /* Deprecated; not used */ member in struct:_xmlSchemaAttributeGroup
/external/libxml2/
H A Dxmlschemas.c20022 xmlSchemaBasicItemPtr refItem; local
20041 refItem = xmlSchemaGetNamedComponent(ctxt->schema,
20043 if (refItem == NULL) {
20050 if (refItem->type == XML_SCHEMA_TYPE_GROUP) {
20051 if (WXS_MODELGROUPDEF_MODEL(refItem) == NULL)
20061 if ((WXS_MODELGROUPDEF_MODEL(refItem))->type ==
20084 particle->children = (xmlSchemaTreeItemPtr) refItem;
20090 particle->children = (xmlSchemaTreeItemPtr) refItem;

Completed in 739 milliseconds