Searched refs:xmlAttribute (Results 1 – 5 of 5) sorted by relevance
250 typedef struct _xmlAttribute xmlAttribute; typedef251 typedef xmlAttribute *xmlAttributePtr;
587 return xmlAttribute(_obj=o)
2024 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()2030 memset(ret, 0, sizeof(xmlAttribute)); in xmlAddAttributeDecl()2164 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlCopyAttribute()2169 memset(cur, 0, sizeof(xmlAttribute)); in xmlCopyAttribute()
267 * xmlAttribute:274 d xmlAttribute ds based(xmlAttributePtr)
496 <ANCHOR id="xmlAttribute" href="libxml/libxml-tree.html#xmlAttribute">