Searched refs:attrGr (Results 1 – 1 of 1) sorted by relevance
3804 xmlSchemaFreeAttributeGroup(xmlSchemaAttributeGroupPtr attrGr) in xmlSchemaFreeAttributeGroup() argument3806 if (attrGr == NULL) in xmlSchemaFreeAttributeGroup()3808 if (attrGr->annot != NULL) in xmlSchemaFreeAttributeGroup()3809 xmlSchemaFreeAnnot(attrGr->annot); in xmlSchemaFreeAttributeGroup()3810 if (attrGr->attrUses != NULL) in xmlSchemaFreeAttributeGroup()3811 xmlSchemaItemListFree(WXS_LIST_CAST attrGr->attrUses); in xmlSchemaFreeAttributeGroup()3812 xmlFree(attrGr); in xmlSchemaFreeAttributeGroup()18990 xmlSchemaCheckAttrGroupCircular(xmlSchemaAttributeGroupPtr attrGr, in xmlSchemaCheckAttrGroupCircular() argument19007 if (attrGr->attrUses == NULL) in xmlSchemaCheckAttrGroupCircular()19009 else if ((attrGr->flags & XML_SCHEMAS_ATTRGROUP_HAS_REFS) == 0) in xmlSchemaCheckAttrGroupCircular()[all …]