Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlschemastypes.c180 static xmlSchemaTypePtr xmlSchemaTypeEntityDef = NULL; variable
822 xmlSchemaTypeEntityDef = xmlSchemaInitBasicType("ENTITY", in xmlSchemaInitTypes()
825 if (xmlSchemaTypeEntityDef == NULL) in xmlSchemaInitTypes()
836 xmlSchemaTypeEntitiesDef->subtypes = xmlSchemaTypeEntityDef; in xmlSchemaInitTypes()
1029 return (xmlSchemaTypeEntityDef); in xmlSchemaGetBuiltInType()
1350 return (xmlSchemaTypeEntityDef); in xmlSchemaGetBuiltInListSimpleTypeItemType()
3160 ret = xmlSchemaValAtomicListNode(xmlSchemaTypeEntityDef, in xmlSchemaValAtomicType()