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

  /external/libxml2/
xmlschemastypes.c 341 typedef struct _xmlSchemaParticle xmlSchemaParticle;
342 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
369 xmlMalloc(sizeof(xmlSchemaParticle));
374 memset(ret, 0, sizeof(xmlSchemaParticle));
    [all...]
xmlschemas.c 654 * xmlSchemaParticle:
659 typedef struct _xmlSchemaParticle xmlSchemaParticle;
660 typedef xmlSchemaParticle *xmlSchemaParticlePtr;
    [all...]

Completed in 27 milliseconds