Lines Matching refs:WXS_SUBST_HEAD
161 #define WXS_SUBST_HEAD(item) (item)->refDecl macro
13264 WXS_SUBST_HEAD(elemDecl) = substHead; in xmlSchemaResolveElementReferences()
19571 if (WXS_SUBST_HEAD(ancestor) == NULL) in xmlSchemaCheckSubstGroupCircular()
19573 if (WXS_SUBST_HEAD(ancestor) == elemDecl) in xmlSchemaCheckSubstGroupCircular()
19576 if (WXS_SUBST_HEAD(ancestor)->flags & XML_SCHEMAS_ELEM_CIRCULAR) in xmlSchemaCheckSubstGroupCircular()
19578 WXS_SUBST_HEAD(ancestor)->flags |= XML_SCHEMAS_ELEM_CIRCULAR; in xmlSchemaCheckSubstGroupCircular()
19580 WXS_SUBST_HEAD(ancestor)); in xmlSchemaCheckSubstGroupCircular()
19581 WXS_SUBST_HEAD(ancestor)->flags ^= XML_SCHEMAS_ELEM_CIRCULAR; in xmlSchemaCheckSubstGroupCircular()
19610 if (WXS_SUBST_HEAD(elemDecl) != NULL) { in xmlSchemaCheckElemPropsCorrect()
19611 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; in xmlSchemaCheckElemPropsCorrect()
19634 else if (WXS_SUBST_HEAD(head) != NULL) in xmlSchemaCheckElemPropsCorrect()
19668 if (typeDef != WXS_ELEM_TYPEDEF(WXS_SUBST_HEAD(elemDecl))) { in xmlSchemaCheckElemPropsCorrect()
19784 if ((WXS_SUBST_HEAD(elemDecl) == NULL) || in xmlSchemaCheckElemSubstGroup()
19797 for (head = WXS_SUBST_HEAD(elemDecl); head != NULL; in xmlSchemaCheckElemSubstGroup()
19798 head = WXS_SUBST_HEAD(head)) { in xmlSchemaCheckElemSubstGroup()