Lines Matching refs:WXS_SUBST_HEAD
167 #define WXS_SUBST_HEAD(item) (item)->refDecl macro
13290 WXS_SUBST_HEAD(elemDecl) = substHead; in xmlSchemaResolveElementReferences()
19597 if (WXS_SUBST_HEAD(ancestor) == NULL) in xmlSchemaCheckSubstGroupCircular()
19599 if (WXS_SUBST_HEAD(ancestor) == elemDecl) in xmlSchemaCheckSubstGroupCircular()
19602 if (WXS_SUBST_HEAD(ancestor)->flags & XML_SCHEMAS_ELEM_CIRCULAR) in xmlSchemaCheckSubstGroupCircular()
19604 WXS_SUBST_HEAD(ancestor)->flags |= XML_SCHEMAS_ELEM_CIRCULAR; in xmlSchemaCheckSubstGroupCircular()
19606 WXS_SUBST_HEAD(ancestor)); in xmlSchemaCheckSubstGroupCircular()
19607 WXS_SUBST_HEAD(ancestor)->flags ^= XML_SCHEMAS_ELEM_CIRCULAR; in xmlSchemaCheckSubstGroupCircular()
19636 if (WXS_SUBST_HEAD(elemDecl) != NULL) { in xmlSchemaCheckElemPropsCorrect()
19637 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; in xmlSchemaCheckElemPropsCorrect()
19660 else if (WXS_SUBST_HEAD(head) != NULL) in xmlSchemaCheckElemPropsCorrect()
19694 if (typeDef != WXS_ELEM_TYPEDEF(WXS_SUBST_HEAD(elemDecl))) { in xmlSchemaCheckElemPropsCorrect()
19810 if ((WXS_SUBST_HEAD(elemDecl) == NULL) || in xmlSchemaCheckElemSubstGroup()
19823 for (head = WXS_SUBST_HEAD(elemDecl); head != NULL; in xmlSchemaCheckElemSubstGroup()
19824 head = WXS_SUBST_HEAD(head)) { in xmlSchemaCheckElemSubstGroup()