Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlAttr

1810     cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr));
1819 memset(cur, 0, sizeof(xmlAttr));
1982 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr));
1987 memset(cur, 0, sizeof(xmlAttr));
9274 * Attributes (xmlAttr).
9276 clone = (xmlNodePtr) xmlMalloc(sizeof(xmlAttr));
9281 memset(clone, 0, sizeof(xmlAttr));