Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c350 typedef struct _xmlSchemaParticle xmlSchemaParticle; typedef
351 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
378 xmlMalloc(sizeof(xmlSchemaParticle)); in xmlSchemaAddParticle()
383 memset(ret, 0, sizeof(xmlSchemaParticle)); in xmlSchemaAddParticle()
Dxmlschemas.c667 typedef struct _xmlSchemaParticle xmlSchemaParticle; typedef
668 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
5591 xmlMalloc(sizeof(xmlSchemaParticle)); in xmlSchemaAddParticle()