Searched refs:attrGr (Results 1 – 1 of 1) sorted by relevance
3853 xmlSchemaFreeAttributeGroup(xmlSchemaAttributeGroupPtr attrGr) in xmlSchemaFreeAttributeGroup() argument3855 if (attrGr == NULL) in xmlSchemaFreeAttributeGroup()3857 if (attrGr->annot != NULL) in xmlSchemaFreeAttributeGroup()3858 xmlSchemaFreeAnnot(attrGr->annot); in xmlSchemaFreeAttributeGroup()3859 if (attrGr->attrUses != NULL) in xmlSchemaFreeAttributeGroup()3860 xmlSchemaItemListFree(WXS_LIST_CAST attrGr->attrUses); in xmlSchemaFreeAttributeGroup()3861 xmlFree(attrGr); in xmlSchemaFreeAttributeGroup()19129 xmlSchemaCheckAttrGroupCircular(xmlSchemaAttributeGroupPtr attrGr, in xmlSchemaCheckAttrGroupCircular() argument19146 if (attrGr->attrUses == NULL) in xmlSchemaCheckAttrGroupCircular()19148 else if ((attrGr->flags & XML_SCHEMAS_ATTRGROUP_HAS_REFS) == 0) in xmlSchemaCheckAttrGroupCircular()[all …]