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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c1034 * xmlSchemaSubstGroup:
1038 typedef struct _xmlSchemaSubstGroup xmlSchemaSubstGroup; typedef in typeref:struct:_xmlSchemaSubstGroup
1039 typedef xmlSchemaSubstGroup *xmlSchemaSubstGroupPtr;
5681 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup));
5687 memset(ret, 0, sizeof(xmlSchemaSubstGroup));

Completed in 937 milliseconds