Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlschemastypes.c136 static xmlSchemaTypePtr xmlSchemaTypeAnyTypeDef = NULL; variable
494 if (xmlSchemaTypeAnyTypeDef != NULL) { in xmlSchemaCleanupTypesInternal()
496 xmlSchemaFreeWildcard(xmlSchemaTypeAnyTypeDef->attributeWildcard); in xmlSchemaCleanupTypesInternal()
498 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes; in xmlSchemaCleanupTypesInternal()
506 xmlSchemaTypeAnyTypeDef->subtypes = NULL; in xmlSchemaCleanupTypesInternal()
507 xmlSchemaTypeAnyTypeDef = NULL; in xmlSchemaCleanupTypesInternal()
549 xmlSchemaTypeAnyTypeDef = xmlSchemaInitBasicType("anyType", in xmlSchemaInitTypes()
552 if (xmlSchemaTypeAnyTypeDef == NULL) in xmlSchemaInitTypes()
554 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef; in xmlSchemaInitTypes()
555 xmlSchemaTypeAnyTypeDef->contentType = XML_SCHEMA_CONTENT_MIXED; in xmlSchemaInitTypes()
[all …]