Searched refs:WXS_SUBST_HEAD (Results 1 – 1 of 1) sorted by relevance
161 #define WXS_SUBST_HEAD(item) (item)->refDecl macro13264 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()[all …]