Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c341 typedef struct _xmlSchemaParticle xmlSchemaParticle; typedef
342 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
369 xmlMalloc(sizeof(xmlSchemaParticle)); in xmlSchemaAddParticle()
374 memset(ret, 0, sizeof(xmlSchemaParticle)); in xmlSchemaAddParticle()
Dxmlschemas.c659 typedef struct _xmlSchemaParticle xmlSchemaParticle; typedef
660 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
5497 xmlMalloc(sizeof(xmlSchemaParticle)); in xmlSchemaAddParticle()