Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1038 typedef struct _xmlSchemaSubstGroup xmlSchemaSubstGroup; typedef
1039 typedef xmlSchemaSubstGroup *xmlSchemaSubstGroupPtr;
5679 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()
5685 memset(ret, 0, sizeof(xmlSchemaSubstGroup)); in xmlSchemaSubstGroupAdd()