xmlSchemaSAXPlugStruct 204 third_party/libxml/src/include/libxml/xmlschemas.h typedef struct _xmlSchemaSAXPlug xmlSchemaSAXPlugStruct; xmlSchemaSAXPlugStruct 205 third_party/libxml/src/include/libxml/xmlschemas.h typedef xmlSchemaSAXPlugStruct *xmlSchemaSAXPlugPtr; xmlSchemaSAXPlugStruct 28485 third_party/libxml/src/xmlschemas.c ret = (xmlSchemaSAXPlugPtr) xmlMalloc(sizeof(xmlSchemaSAXPlugStruct)); xmlSchemaSAXPlugStruct 28489 third_party/libxml/src/xmlschemas.c memset(ret, 0, sizeof(xmlSchemaSAXPlugStruct));