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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c1034 * xmlSchemaSubstGroup:
1038 typedef struct _xmlSchemaSubstGroup xmlSchemaSubstGroup; typedef in typeref:struct:_xmlSchemaSubstGroup
1039 typedef xmlSchemaSubstGroup *xmlSchemaSubstGroupPtr;
5679 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup));
5685 memset(ret, 0, sizeof(xmlSchemaSubstGroup));
/external/libxml2/
H A Dxmlschemas.c1039 * xmlSchemaSubstGroup:
1043 typedef struct _xmlSchemaSubstGroup xmlSchemaSubstGroup; typedef in typeref:struct:_xmlSchemaSubstGroup
1044 typedef xmlSchemaSubstGroup *xmlSchemaSubstGroupPtr;
5698 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup));
5704 memset(ret, 0, sizeof(xmlSchemaSubstGroup));

Completed in 301 milliseconds