Home
last modified time | relevance | path

Searched refs:WXS_PARTICLE_TERM_AS_ELEM (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c194 #define WXS_PARTICLE_TERM_AS_ELEM(p) (WXS_ELEM_CAST WXS_PARTICLE_TERM(p)) macro
20051 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()