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