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
137
#define WXS_PTC_CAST (
xmlSchemaParticlePtr
)
660
typedef xmlSchemaParticle *
xmlSchemaParticlePtr
;
[
all
...]
xmlschemastypes.c
346
typedef xmlSchemaParticle *
xmlSchemaParticlePtr
;
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);
[
all
...]
Completed in 75 milliseconds