Lines Matching refs:xmlStrcat
1642 ret = xmlStrcat(ret, node->content);
1648 ret = xmlStrcat(ret, buffer);
1667 ret = xmlStrcat(ret, buffer);
1671 ret = xmlStrcat(ret, node->content);
1679 ret = xmlStrcat(ret, node->name);
1724 ret = xmlStrcat(ret, node->content);
1730 ret = xmlStrcat(ret, buffer);
1750 ret = xmlStrcat(ret, buffer);
1754 ret = xmlStrcat(ret, node->content);
1762 ret = xmlStrcat(ret, node->name);
2970 tmp = xmlStrcat(tmp, cur->next->content);
3042 tmp = xmlStrcat(tmp, cur->content);
6353 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":");
6354 tmpstr = xmlStrcat(tmpstr, node->name);