Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStrcat

928 	    qname = xmlStrcat(qname, BAD_CAST ":");
929 qname = xmlStrcat(qname, node->name);
1019 qname = xmlStrcat(qname, BAD_CAST ":");
1020 qname = xmlStrcat(qname, node->name);
3155 ret = xmlStrcat(ret, BAD_CAST ":");
3156 ret = xmlStrcat(ret, node->name);
3188 ret = xmlStrcat(ret, BAD_CAST ":");
3189 ret = xmlStrcat(ret, ns->prefix);