Home
last modified time | relevance | path

Searched refs:xmlAttribute (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h212 typedef struct _xmlAttribute xmlAttribute; typedef
213 typedef xmlAttribute *xmlAttributePtr;
/external/libxml2/
Dvalid.c2072 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()