xmlAttribute 212 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlAttribute xmlAttribute; xmlAttribute 213 third_party/libxml/src/include/libxml/tree.h typedef xmlAttribute *xmlAttributePtr; xmlAttribute 2023 third_party/libxml/src/valid.c ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); xmlAttribute 2029 third_party/libxml/src/valid.c memset(ret, 0, sizeof(xmlAttribute)); xmlAttribute 2163 third_party/libxml/src/valid.c cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); xmlAttribute 2168 third_party/libxml/src/valid.c memset(cur, 0, sizeof(xmlAttribute));