Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c345 typedef struct _xmlSchemaParticle xmlSchemaParticle; typedef
346 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
373 xmlMalloc(sizeof(xmlSchemaParticle)); in xmlSchemaAddParticle()
378 memset(ret, 0, sizeof(xmlSchemaParticle)); in xmlSchemaAddParticle()
Dxmlschemas.c659 typedef struct _xmlSchemaParticle xmlSchemaParticle; typedef
660 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
5518 xmlMalloc(sizeof(xmlSchemaParticle)); in xmlSchemaAddParticle()