Searched refs:WXS_SUBST_HEAD (Results 1 – 1 of 1) sorted by relevance
167 #define WXS_SUBST_HEAD(item) (item)->refDecl macro13335 WXS_SUBST_HEAD(elemDecl) = substHead; in xmlSchemaResolveElementReferences()19682 if (WXS_SUBST_HEAD(ancestor) == NULL) in xmlSchemaCheckSubstGroupCircular()19684 if (WXS_SUBST_HEAD(ancestor) == elemDecl) in xmlSchemaCheckSubstGroupCircular()19687 if (WXS_SUBST_HEAD(ancestor)->flags & XML_SCHEMAS_ELEM_CIRCULAR) in xmlSchemaCheckSubstGroupCircular()19689 WXS_SUBST_HEAD(ancestor)->flags |= XML_SCHEMAS_ELEM_CIRCULAR; in xmlSchemaCheckSubstGroupCircular()19691 WXS_SUBST_HEAD(ancestor)); in xmlSchemaCheckSubstGroupCircular()19692 WXS_SUBST_HEAD(ancestor)->flags ^= XML_SCHEMAS_ELEM_CIRCULAR; in xmlSchemaCheckSubstGroupCircular()19721 if (WXS_SUBST_HEAD(elemDecl) != NULL) { in xmlSchemaCheckElemPropsCorrect()19722 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; in xmlSchemaCheckElemPropsCorrect()[all …]