Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlAttribute

2023     ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute));
2029 memset(ret, 0, sizeof(xmlAttribute));
2163 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute));
2168 memset(cur, 0, sizeof(xmlAttribute));