Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h377 void *attrUses; member
634 void *attrUses; member
/external/libxml2/
Dxmlschemas.c3810 if (attrGr->attrUses != NULL) in xmlSchemaFreeAttributeGroup()
3811 xmlSchemaItemListFree(WXS_LIST_CAST attrGr->attrUses); in xmlSchemaFreeAttributeGroup()
3958 if (type->attrUses != NULL) in xmlSchemaFreeType()
3959 xmlSchemaItemListFree((xmlSchemaItemListPtr) type->attrUses); in xmlSchemaFreeType()
4462 if (type->attrUses != NULL) in xmlSchemaTypeDump()
4463 xmlSchemaAttrUsesDump(type->attrUses, output); in xmlSchemaTypeDump()
7821 (xmlSchemaItemListPtr *) &(ret->attrUses), in xmlSchemaParseAttributeGroupDefinition()
11708 (xmlSchemaItemListPtr *) &(type->attrUses), in xmlSchemaParseRestriction()
11853 (xmlSchemaItemListPtr *) &(type->attrUses), in xmlSchemaParseExtension()
12323 (xmlSchemaItemListPtr *) &(type->attrUses), in xmlSchemaParseComplexType()
[all …]