OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchemaParticle
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
xmlschemastypes.c
350
typedef struct _xmlSchemaParticle
xmlSchemaParticle
;
351
typedef
xmlSchemaParticle
*xmlSchemaParticlePtr;
378
xmlMalloc(sizeof(
xmlSchemaParticle
));
383
memset(ret, 0, sizeof(
xmlSchemaParticle
));
[
all
...]
xmlschemas.c
662
*
xmlSchemaParticle
:
667
typedef struct _xmlSchemaParticle
xmlSchemaParticle
;
668
typedef
xmlSchemaParticle
*xmlSchemaParticlePtr;
[
all
...]
Completed in 197 milliseconds