Searched refs:xmlSchemaIDC (Results 1 – 1 of 1) sorted by relevance
718 typedef struct _xmlSchemaIDC xmlSchemaIDC; typedef719 typedef xmlSchemaIDC *xmlSchemaIDCPtr;5658 ret = (xmlSchemaIDCPtr) xmlMalloc(sizeof(xmlSchemaIDC)); in xmlSchemaAddIDC()5664 memset(ret, 0, sizeof(xmlSchemaIDC)); in xmlSchemaAddIDC()