Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c194 #define WXS_PARTICLE_TERM_AS_ELEM(p) (WXS_ELEM_CAST WXS_PARTICLE_TERM(p)) macro
20045 if (xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->name, in xmlSchemaCheckElementDeclConsistent()
20046 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->name) && in xmlSchemaCheckElementDeclConsistent()
20047 xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
20048 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->targetNamespace)) in xmlSchemaCheckElementDeclConsistent()
20062 WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
20063 WXS_PARTICLE_TERM_AS_ELEM(cur)->name)); in xmlSchemaCheckElementDeclConsistent()