Searched refs:xmlSchemaIDC (Results 1 – 1 of 1) sorted by relevance
710 typedef struct _xmlSchemaIDC xmlSchemaIDC; typedef711 typedef xmlSchemaIDC *xmlSchemaIDCPtr;5624 ret = (xmlSchemaIDCPtr) xmlMalloc(sizeof(xmlSchemaIDC)); in xmlSchemaAddIDC()5630 memset(ret, 0, sizeof(xmlSchemaIDC)); in xmlSchemaAddIDC()