Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c137 #define WXS_PTC_CAST (xmlSchemaParticlePtr)
660 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef
1211 return (((xmlSchemaParticlePtr) item)->node); in xmlSchemaGetComponentNode()
1259 return ((xmlSchemaBasicItemPtr) ((xmlSchemaParticlePtr) item)->next);
4299 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth) in xmlSchemaContentModelDump()
4356 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children, in xmlSchemaContentModelDump()
4360 xmlSchemaContentModelDump((xmlSchemaParticlePtr) particle->next, in xmlSchemaContentModelDump()
4503 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes, in xmlSchemaTypeDump()
5519 static xmlSchemaParticlePtr
5523 xmlSchemaParticlePtr ret = NULL; in xmlSchemaAddParticle()
[all …]
Dxmlschemastypes.c346 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef
367 static xmlSchemaParticlePtr
370 xmlSchemaParticlePtr ret = NULL; in xmlSchemaAddParticle()
372 ret = (xmlSchemaParticlePtr) in xmlSchemaAddParticle()
411 xmlSchemaParticlePtr particle; in xmlSchemaInitTypes()
630 xmlSchemaParticlePtr particle; in xmlSchemaCleanupTypes()
634 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes; in xmlSchemaCleanupTypes()
638 xmlFree((xmlSchemaParticlePtr) particle->children->children); in xmlSchemaCleanupTypes()
641 xmlFree((xmlSchemaParticlePtr) particle); in xmlSchemaCleanupTypes()