Searched defs:attrGr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c3804 xmlSchemaFreeAttributeGroup(xmlSchemaAttributeGroupPtr attrGr) argument
3806 if (attrGr == NULL)
3808 if (attrGr->annot != NULL)
3809 xmlSchemaFreeAnnot(attrGr->annot);
3810 if (attrGr->attrUses != NULL)
3811 xmlSchemaItemListFree(WXS_LIST_CAST attrGr->attrUses);
3812 xmlFree(attrGr);
19052 * attrGr: the attribute group definition
19059 xmlSchemaCheckAttrGroupCircular(xmlSchemaAttributeGroupPtr attrGr, argument
19076 if (attrGr
19297 xmlSchemaAttributeGroupExpandRefs(xmlSchemaParserCtxtPtr pctxt, xmlSchemaAttributeGroupPtr attrGr) argument
19323 xmlSchemaCheckAGPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaAttributeGroupPtr attrGr) argument
[all...]
/external/libxml2/
H A Dxmlschemas.c3823 xmlSchemaFreeAttributeGroup(xmlSchemaAttributeGroupPtr attrGr) argument
3825 if (attrGr == NULL)
3827 if (attrGr->annot != NULL)
3828 xmlSchemaFreeAnnot(attrGr->annot);
3829 if (attrGr->attrUses != NULL)
3830 xmlSchemaItemListFree(WXS_LIST_CAST attrGr->attrUses);
3831 xmlFree(attrGr);
19081 * attrGr: the attribute group definition
19088 xmlSchemaCheckAttrGroupCircular(xmlSchemaAttributeGroupPtr attrGr, argument
19105 if (attrGr
19326 xmlSchemaAttributeGroupExpandRefs(xmlSchemaParserCtxtPtr pctxt, xmlSchemaAttributeGroupPtr attrGr) argument
19352 xmlSchemaCheckAGPropsCorrect(xmlSchemaParserCtxtPtr pctxt, xmlSchemaAttributeGroupPtr attrGr) argument
[all...]

Completed in 389 milliseconds