Searched refs:attrGr (Results 1 – 1 of 1) sorted by relevance
3892 xmlSchemaFreeAttributeGroup(xmlSchemaAttributeGroupPtr attrGr) in xmlSchemaFreeAttributeGroup() argument3894 if (attrGr == NULL) in xmlSchemaFreeAttributeGroup()3896 if (attrGr->annot != NULL) in xmlSchemaFreeAttributeGroup()3897 xmlSchemaFreeAnnot(attrGr->annot); in xmlSchemaFreeAttributeGroup()3898 if (attrGr->attrUses != NULL) in xmlSchemaFreeAttributeGroup()3899 xmlSchemaItemListFree(WXS_LIST_CAST attrGr->attrUses); in xmlSchemaFreeAttributeGroup()3900 xmlFree(attrGr); in xmlSchemaFreeAttributeGroup()19214 xmlSchemaCheckAttrGroupCircular(xmlSchemaAttributeGroupPtr attrGr, in xmlSchemaCheckAttrGroupCircular() argument19231 if (attrGr->attrUses == NULL) in xmlSchemaCheckAttrGroupCircular()19233 else if ((attrGr->flags & XML_SCHEMAS_ATTRGROUP_HAS_REFS) == 0) in xmlSchemaCheckAttrGroupCircular()[all …]