Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A DschemasInternals.h262 xmlSchemaTypePtr subtypes; /* the type definition */ member
610 xmlSchemaTypePtr subtypes; member
773 xmlSchemaTypePtr subtypes; /* the type definition */ member
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c4563 (type->subtypes != NULL)) { in xmlSchemaTypeDump()
9201 (type->subtypes == NULL) && in xmlSchemaParseList()
13349 elemDecl->subtypes = substHead->subtypes; in xmlSchemaResolveElementReferences()
15467 itemType = type->subtypes; in xmlSchemaCheckCOSSTRestricts()
18071 if (type->subtypes == NULL) { in xmlSchemaFixupSimpleTypeStageOne()
18115 type->subtypes = type->baseType->subtypes; in xmlSchemaFixupSimpleTypeStageOne()
18157 type->subtypes)) in xmlSchemaDebugFixedType()
18545 type->subtypes = baseType->subtypes; in xmlSchemaFixupComplexType()
20472 item->subtypes = type; in xmlSchemaResolveAttrTypeReferences()
25184 (elemDecl->subtypes->flags & in xmlSchemaProcessXSIType()
[all …]
H A Dxmlschemastypes.c419 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle; in xmlSchemaInitTypes()
602 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef; in xmlSchemaInitTypes()
607 xmlSchemaTypeIdrefsDef->subtypes = xmlSchemaTypeIdrefDef; in xmlSchemaInitTypes()
613 xmlSchemaTypeNmtokensDef->subtypes = xmlSchemaTypeNmtokenDef; in xmlSchemaInitTypes()
645 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes; in xmlSchemaCleanupTypes()
653 xmlSchemaTypeAnyTypeDef->subtypes = NULL; in xmlSchemaCleanupTypes()
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.11181 subtypes can easily be added.