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.c2023 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()