Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c188 #define WXS_PARTICLE_TERM_AS_ELEM(p) (WXS_ELEM_CAST WXS_PARTICLE_TERM(p)) macro
19934 if (xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->name, in xmlSchemaCheckElementDeclConsistent()
19935 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->name) && in xmlSchemaCheckElementDeclConsistent()
19936 xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
19937 WXS_PARTICLE_TERM_AS_ELEM(searchParticle)->targetNamespace)) in xmlSchemaCheckElementDeclConsistent()
19951 WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace, in xmlSchemaCheckElementDeclConsistent()
19952 WXS_PARTICLE_TERM_AS_ELEM(cur)->name)); in xmlSchemaCheckElementDeclConsistent()