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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c137 #define WXS_PTC_CAST (xmlSchemaParticlePtr)
660 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef
1206 return (((xmlSchemaParticlePtr) item)->node);
1254 return ((xmlSchemaBasicItemPtr) ((xmlSchemaParticlePtr) item)->next);
4265 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth)
4322 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children,
4326 xmlSchemaContentModelDump((xmlSchemaParticlePtr) particle->next,
4469 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes,
5485 static xmlSchemaParticlePtr
5489 xmlSchemaParticlePtr re
[all...]
H A Dxmlschemastypes.c345 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef
366 static xmlSchemaParticlePtr
369 xmlSchemaParticlePtr ret = NULL;
371 ret = (xmlSchemaParticlePtr)
410 xmlSchemaParticlePtr particle;
629 xmlSchemaParticlePtr particle;
633 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes;
637 xmlFree((xmlSchemaParticlePtr) particle->children->children);
640 xmlFree((xmlSchemaParticlePtr) particle);

Completed in 86 milliseconds