Searched refs:xmlAttribute (Results 1 – 2 of 2) sorted by relevance
212 typedef struct _xmlAttribute xmlAttribute; typedef213 typedef xmlAttribute *xmlAttributePtr;
2023 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()2029 memset(ret, 0, sizeof(xmlAttribute)); in xmlAddAttributeDecl()2163 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlCopyAttribute()2168 memset(cur, 0, sizeof(xmlAttribute)); in xmlCopyAttribute()