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

/external/chromium_org/third_party/libxml/src/
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.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);
/external/libxml2/
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);
4284 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth)
4341 xmlSchemaContentModelDump((xmlSchemaParticlePtr) term->children,
4345 xmlSchemaContentModelDump((xmlSchemaParticlePtr) particle->next,
4488 xmlSchemaContentModelDump((xmlSchemaParticlePtr) type->subtypes,
5504 static xmlSchemaParticlePtr
5508 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 1140 milliseconds