OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchemaParticle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
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
...]
/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 43 milliseconds