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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c135 #define WXS_PTC_CAST (xmlSchemaParticlePtr)
652 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef
1197 return (((xmlSchemaParticlePtr) item)->node);
1245 return ((xmlSchemaBasicItemPtr) ((xmlSchemaParticlePtr) item)->next);
4256 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth)
4313 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children,
4317 xmlSchemaContentModelDump((xmlSchemaParticlePtr) particle->next,
4460 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes,
5476 static xmlSchemaParticlePtr
5480 xmlSchemaParticlePtr re
[all...]
H A Dxmlschemastypes.c342 typedef xmlSchemaParticle *xmlSchemaParticlePtr; typedef
363 static xmlSchemaParticlePtr
366 xmlSchemaParticlePtr ret = NULL;
368 ret = (xmlSchemaParticlePtr)
407 xmlSchemaParticlePtr particle;
626 xmlSchemaParticlePtr particle;
630 particle = (xmlSchemaParticlePtr) xmlSchemaTypeAnyTypeDef->subtypes;
634 xmlFree((xmlSchemaParticlePtr) particle->children->children);
637 xmlFree((xmlSchemaParticlePtr) particle);

Completed in 118 milliseconds