Searched refs:xmlAttr (Results 1 – 4 of 4) sorted by relevance
73 for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) { in GetAttribute()
393 typedef struct _xmlAttr xmlAttr; typedef394 typedef xmlAttr *xmlAttrPtr;
1810 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewPropInternal()1819 memset(cur, 0, sizeof(xmlAttr)); in xmlNewPropInternal()1982 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewDocProp()1987 memset(cur, 0, sizeof(xmlAttr)); in xmlNewDocProp()9276 clone = (xmlNodePtr) xmlMalloc(sizeof(xmlAttr)); in xmlDOMWrapCloneNode()9281 memset(clone, 0, sizeof(xmlAttr)); in xmlDOMWrapCloneNode()
1946 memset(ret, 0, sizeof(xmlAttr)); in xmlSAX2AttributeNs()