Searched refs:WXS_PARTICLE_TERM_AS_ELEM (Results 1 – 1 of 1) sorted by relevance
194 #define WXS_PARTICLE_TERM_AS_ELEM(p) (WXS_ELEM_CAST WXS_PARTICLE_TERM(p)) macro20051 if (xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->name, in xmlSchemaCheckElementDeclConsistent()20052 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->name) && in xmlSchemaCheckElementDeclConsistent()20053 xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()20054 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->targetNamespace)) in xmlSchemaCheckElementDeclConsistent()20068 WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()20069 WXS_PARTICLE_TERM_AS_ELEM(cur)->name)); in xmlSchemaCheckElementDeclConsistent()