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

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

Completed in 116 milliseconds