Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c1896 type = type->baseType; in xmlSchemaFormatFacetEnumSet()
13530 type = type->baseType; in xmlSchemaGetPrimitiveType()
14515 baseType = type->baseType; in xmlSchemaFixupTypeAttributeUses()
14964 if (type->baseType == baseType) { in xmlSchemaCheckCOSSTDerivedOK()
15056 ancestor->baseType); in xmlSchemaCheckTypeDefCircularInternal()
15078 item->baseType); in xmlSchemaCheckTypeDefCircular()
15284 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaCheckSTPropsCorrect() local
16190 if (type->baseType == baseType) in xmlSchemaCheckCOSCTDerivedOK()
16206 baseType, set)); in xmlSchemaCheckCOSCTDerivedOK()
16214 baseType, set)); in xmlSchemaCheckCOSCTDerivedOK()
[all …]
H A Dxmlschemastypes.c263 xmlSchemaTypePtr baseType) { in xmlSchemaInitBasicType() argument
275 ret->baseType = baseType; in xmlSchemaInitBasicType()
405 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef; in xmlSchemaInitTypes()
/reactos/sdk/include/reactos/libs/libxml/
H A DschemasInternals.h620 xmlSchemaTypePtr baseType; /* The base type component */ member