Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h375 xmlSchemaAttributeGroupPtr refItem; /* Deprecated; not used */ member
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle490 d refItem like(xmlSchemaAttributeGroupPtr) Deprecated; not used
/external/libxml2/
Dxmlschemas.c20063 xmlSchemaBasicItemPtr refItem; in xmlSchemaResolveModelGroupParticleReferences() local
20082 refItem = xmlSchemaGetNamedComponent(ctxt->schema, in xmlSchemaResolveModelGroupParticleReferences()
20084 if (refItem == NULL) { in xmlSchemaResolveModelGroupParticleReferences()
20091 if (refItem->type == XML_SCHEMA_TYPE_GROUP) { in xmlSchemaResolveModelGroupParticleReferences()
20092 if (WXS_MODELGROUPDEF_MODEL(refItem) == NULL) in xmlSchemaResolveModelGroupParticleReferences()
20102 if ((WXS_MODELGROUPDEF_MODEL(refItem))->type == in xmlSchemaResolveModelGroupParticleReferences()
20125 particle->children = (xmlSchemaTreeItemPtr) refItem; in xmlSchemaResolveModelGroupParticleReferences()
20131 particle->children = (xmlSchemaTreeItemPtr) refItem; in xmlSchemaResolveModelGroupParticleReferences()