Searched refs:xmlAttribute (Results 1 – 5 of 5) sorted by relevance
251 typedef struct _xmlAttribute xmlAttribute; typedef252 typedef xmlAttribute *xmlAttributePtr;
587 return xmlAttribute(_obj=o)
2036 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()2042 memset(ret, 0, sizeof(xmlAttribute)); in xmlAddAttributeDecl()2182 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlCopyAttribute()2187 memset(cur, 0, sizeof(xmlAttribute)); in xmlCopyAttribute()
274 * xmlAttribute:281 d xmlAttribute ds based(xmlAttributePtr)
496 <ANCHOR id="xmlAttribute" href="libxml/libxml-tree.html#xmlAttribute">