OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchemaParticlePtr
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
xmlschemas.c
143
#define WXS_PTC_CAST (
xmlSchemaParticlePtr
)
668
typedef xmlSchemaParticle *
xmlSchemaParticlePtr
;
[
all
...]
xmlschemastypes.c
351
typedef xmlSchemaParticle *
xmlSchemaParticlePtr
;
372
static
xmlSchemaParticlePtr
375
xmlSchemaParticlePtr
ret = NULL;
377
ret = (
xmlSchemaParticlePtr
)
416
xmlSchemaParticlePtr
particle;
640
xmlSchemaParticlePtr
particle;
644
particle = (
xmlSchemaParticlePtr
) xmlSchemaTypeAnyTypeDef->subtypes;
648
xmlFree((
xmlSchemaParticlePtr
) particle->children->children);
651
xmlFree((
xmlSchemaParticlePtr
) particle);
[
all
...]
Completed in 587 milliseconds