Lines Matching refs:WXS_SUBST_HEAD
161 #define WXS_SUBST_HEAD(item) (item)->refDecl macro
13251 WXS_SUBST_HEAD(elemDecl) = substHead; in xmlSchemaResolveElementReferences()
19558 if (WXS_SUBST_HEAD(ancestor) == NULL) in xmlSchemaCheckSubstGroupCircular()
19560 if (WXS_SUBST_HEAD(ancestor) == elemDecl) in xmlSchemaCheckSubstGroupCircular()
19563 if (WXS_SUBST_HEAD(ancestor)->flags & XML_SCHEMAS_ELEM_CIRCULAR) in xmlSchemaCheckSubstGroupCircular()
19565 WXS_SUBST_HEAD(ancestor)->flags |= XML_SCHEMAS_ELEM_CIRCULAR; in xmlSchemaCheckSubstGroupCircular()
19567 WXS_SUBST_HEAD(ancestor)); in xmlSchemaCheckSubstGroupCircular()
19568 WXS_SUBST_HEAD(ancestor)->flags ^= XML_SCHEMAS_ELEM_CIRCULAR; in xmlSchemaCheckSubstGroupCircular()
19597 if (WXS_SUBST_HEAD(elemDecl) != NULL) { in xmlSchemaCheckElemPropsCorrect()
19598 xmlSchemaElementPtr head = WXS_SUBST_HEAD(elemDecl), circ; in xmlSchemaCheckElemPropsCorrect()
19621 else if (WXS_SUBST_HEAD(head) != NULL) in xmlSchemaCheckElemPropsCorrect()
19655 if (typeDef != WXS_ELEM_TYPEDEF(WXS_SUBST_HEAD(elemDecl))) { in xmlSchemaCheckElemPropsCorrect()
19771 if ((WXS_SUBST_HEAD(elemDecl) == NULL) || in xmlSchemaCheckElemSubstGroup()
19784 for (head = WXS_SUBST_HEAD(elemDecl); head != NULL; in xmlSchemaCheckElemSubstGroup()
19785 head = WXS_SUBST_HEAD(head)) { in xmlSchemaCheckElemSubstGroup()