Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrcat

1652                 ret = xmlStrcat(ret, node->content);
1658 ret = xmlStrcat(ret, buffer);
1677 ret = xmlStrcat(ret, buffer);
1681 ret = xmlStrcat(ret, node->content);
1689 ret = xmlStrcat(ret, node->name);
1734 ret = xmlStrcat(ret, node->content);
1740 ret = xmlStrcat(ret, buffer);
1760 ret = xmlStrcat(ret, buffer);
1764 ret = xmlStrcat(ret, node->content);
1772 ret = xmlStrcat(ret, node->name);
2981 tmp = xmlStrcat(tmp, cur->next->content);
3053 tmp = xmlStrcat(tmp, cur->content);
6378 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":");
6379 tmpstr = xmlStrcat(tmpstr, node->name);