Searched defs:xmlSchemaModelGroup (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c356 typedef struct _xmlSchemaModelGroup xmlSchemaModelGroup; typedef in typeref:struct:_xmlSchemaModelGroup
357 typedef xmlSchemaModelGroup *xmlSchemaModelGroupPtr;
420 xmlMalloc(sizeof(xmlSchemaModelGroup));
425 memset(sequence, 0, sizeof(xmlSchemaModelGroup));
H A Dxmlschemas.c674 * xmlSchemaModelGroup:
679 typedef struct _xmlSchemaModelGroup xmlSchemaModelGroup; typedef in typeref:struct:_xmlSchemaModelGroup
680 typedef xmlSchemaModelGroup *xmlSchemaModelGroupPtr;
5455 xmlMalloc(sizeof(xmlSchemaModelGroup));
5461 memset(ret, 0, sizeof(xmlSchemaModelGroup));

Completed in 129 milliseconds