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
345
typedef struct _xmlSchemaParticle
xmlSchemaParticle
;
346
typedef
xmlSchemaParticle
*xmlSchemaParticlePtr;
373
xmlMalloc(sizeof(
xmlSchemaParticle
));
378
memset(ret, 0, sizeof(
xmlSchemaParticle
));
[
all
...]
xmlschemas.c
654
*
xmlSchemaParticle
:
659
typedef struct _xmlSchemaParticle
xmlSchemaParticle
;
660
typedef
xmlSchemaParticle
*xmlSchemaParticlePtr;
[
all
...]
Completed in 166 milliseconds