HomeSort by relevance Sort by last modified time
    Searched refs:xmlSchemaParticlePtr (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
xmlschemas.c 137 #define WXS_PTC_CAST (xmlSchemaParticlePtr)
660 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
    [all...]
xmlschemastypes.c 342 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
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);
    [all...]

Completed in 30 milliseconds