Searched defs:xmlSchemaParticle (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlschemastypes.c345 typedef struct _xmlSchemaParticle xmlSchemaParticle; typedef in typeref:struct:_xmlSchemaParticle
346 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
373 xmlMalloc(sizeof(xmlSchemaParticle));
378 memset(ret, 0, sizeof(xmlSchemaParticle));
H A Dxmlschemas.c654 * xmlSchemaParticle:
659 typedef struct _xmlSchemaParticle xmlSchemaParticle; typedef in typeref:struct:_xmlSchemaParticle
660 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
5531 xmlMalloc(sizeof(xmlSchemaParticle));

Completed in 122 milliseconds