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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h196 * xmlAttribute:
201 typedef struct _xmlAttribute xmlAttribute; typedef in typeref:struct:_xmlAttribute
202 typedef xmlAttribute *xmlAttributePtr;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c2054 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute));
2059 memset(ret, 0, sizeof(xmlAttribute));
2193 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute));
2198 memset(cur, 0, sizeof(xmlAttribute));

Completed in 40 milliseconds