Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c143 #define WXS_PTC_CAST (xmlSchemaParticlePtr)
668 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef
1219 return (((xmlSchemaParticlePtr) item)->node); in xmlSchemaGetComponentNode()
1267 return ((xmlSchemaBasicItemPtr) ((xmlSchemaParticlePtr) item)->next);
4315 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth) in xmlSchemaContentModelDump()
4372 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children, in xmlSchemaContentModelDump()
4376 xmlSchemaContentModelDump((xmlSchemaParticlePtr) particle->next, in xmlSchemaContentModelDump()
4519 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes, in xmlSchemaTypeDump()
5540 static xmlSchemaParticlePtr
5544 xmlSchemaParticlePtr ret = NULL; in xmlSchemaAddParticle()
[all …]
Dxmlschemastypes.c351 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef
372 static xmlSchemaParticlePtr
375 xmlSchemaParticlePtr ret = NULL; in xmlSchemaAddParticle()
377 ret = (xmlSchemaParticlePtr) in xmlSchemaAddParticle()
416 xmlSchemaParticlePtr particle; in xmlSchemaInitTypes()
640 xmlSchemaParticlePtr particle; in xmlSchemaCleanupTypes()
644 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes; in xmlSchemaCleanupTypes()
648 xmlFree((xmlSchemaParticlePtr) particle->children->children); in xmlSchemaCleanupTypes()
651 xmlFree((xmlSchemaParticlePtr) particle); in xmlSchemaCleanupTypes()