xmlSchemaIDC 710 third_party/libxml/src/xmlschemas.c typedef struct _xmlSchemaIDC xmlSchemaIDC; xmlSchemaIDC 711 third_party/libxml/src/xmlschemas.c typedef xmlSchemaIDC *xmlSchemaIDCPtr; xmlSchemaIDC 5603 third_party/libxml/src/xmlschemas.c ret = (xmlSchemaIDCPtr) xmlMalloc(sizeof(xmlSchemaIDC)); xmlSchemaIDC 5609 third_party/libxml/src/xmlschemas.c memset(ret, 0, sizeof(xmlSchemaIDC));