Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSchemaParticle

341 typedef struct _xmlSchemaParticle xmlSchemaParticle;
342 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
369 xmlMalloc(sizeof(xmlSchemaParticle));
374 memset(ret, 0, sizeof(xmlSchemaParticle));