OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlSchemaModelGroup
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlschemastypes.c
353
typedef struct _xmlSchemaModelGroup
xmlSchemaModelGroup
;
354
typedef
xmlSchemaModelGroup
*xmlSchemaModelGroupPtr;
417
xmlMalloc(sizeof(
xmlSchemaModelGroup
));
422
memset(sequence, 0, sizeof(
xmlSchemaModelGroup
));
[
all
...]
xmlschemas.c
674
*
xmlSchemaModelGroup
:
679
typedef struct _xmlSchemaModelGroup
xmlSchemaModelGroup
;
680
typedef
xmlSchemaModelGroup
*xmlSchemaModelGroupPtr;
[
all
...]
/external/libxml2/
xmlschemastypes.c
353
typedef struct _xmlSchemaModelGroup
xmlSchemaModelGroup
;
354
typedef
xmlSchemaModelGroup
*xmlSchemaModelGroupPtr;
417
xmlMalloc(sizeof(
xmlSchemaModelGroup
));
422
memset(sequence, 0, sizeof(
xmlSchemaModelGroup
));
[
all
...]
xmlschemas.c
674
*
xmlSchemaModelGroup
:
679
typedef struct _xmlSchemaModelGroup
xmlSchemaModelGroup
;
680
typedef
xmlSchemaModelGroup
*xmlSchemaModelGroupPtr;
[
all
...]
Completed in 33 milliseconds