Searched refs:xmlStrcat (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/libxml/src/
H A Duri.c1855 ret = xmlStrcat(ret, segment);
1856 ret = xmlStrcat(ret, BAD_CAST ":");
1864 ret = xmlStrcat(ret, BAD_CAST "//");
1865 ret = xmlStrcat(ret, segment);
1872 ret = xmlStrcat(ret,BAD_CAST "//");
1873 ret = xmlStrcat(ret, segment);
1874 ret = xmlStrcat(ret, BAD_CAST "@");
1882 ret = xmlStrcat(ret, BAD_CAST "//");
1883 ret = xmlStrcat(ret, segment);
1891 ret = xmlStrcat(re
[all...]
H A Dxmlschemas.c1294 *buf = xmlStrcat(*buf, namespaceName);
1295 *buf = xmlStrcat(*buf, BAD_CAST "}");
1300 *buf = xmlStrcat(*buf, localName);
1302 *buf = xmlStrcat(*buf, BAD_CAST "(NULL)");
1426 *buf = xmlStrcat(*buf, WXS_ITEM_TYPE_NAME(item));
1427 *buf = xmlStrcat(*buf, BAD_CAST " '");
1428 *buf = xmlStrcat(*buf, xmlSchemaGetComponentQName(&str,
1430 *buf = xmlStrcat(*buf, BAD_CAST "'");
1522 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " ");
1523 *retValue = xmlStrcat((xmlCha
[all...]
H A Dschematron.c1303 ret = xmlStrcat(ret, child->content);
1318 ret = xmlStrcat(ret, node->name);
1320 ret = xmlStrcat(ret, node->ns->prefix);
1321 ret = xmlStrcat(ret, BAD_CAST ":");
1322 ret = xmlStrcat(ret, node->name);
H A Dxmlwriter.c1065 buf = xmlStrcat(buf, BAD_CAST ":");
1067 buf = xmlStrcat(buf, name);
1087 buf = xmlStrcat(buf, BAD_CAST ":");
1088 buf = xmlStrcat(buf, prefix);
1844 buf = xmlStrcat(buf, BAD_CAST ":");
1845 buf = xmlStrcat(buf, prefix);
1892 buf = xmlStrcat(buf, BAD_CAST ":");
1894 buf = xmlStrcat(buf, name);
H A Dxmlreader.c928 qname = xmlStrcat(qname, BAD_CAST ":");
929 qname = xmlStrcat(qname, node->name);
1019 qname = xmlStrcat(qname, BAD_CAST ":");
1020 qname = xmlStrcat(qname, node->name);
3149 ret = xmlStrcat(ret, BAD_CAST ":");
3150 ret = xmlStrcat(ret, node->name);
3182 ret = xmlStrcat(ret, BAD_CAST ":");
3183 ret = xmlStrcat(ret, ns->prefix);
H A Dtree.c1641 ret = xmlStrcat(ret, node->content);
1647 ret = xmlStrcat(ret, buffer);
1666 ret = xmlStrcat(ret, buffer);
1670 ret = xmlStrcat(ret, node->content);
1678 ret = xmlStrcat(ret, node->name);
1723 ret = xmlStrcat(ret, node->content);
1729 ret = xmlStrcat(ret, buffer);
1749 ret = xmlStrcat(ret, buffer);
1753 ret = xmlStrcat(ret, node->content);
1761 ret = xmlStrcat(re
[all...]
H A Dxmlstring.c507 * xmlStrcat:
518 xmlStrcat(xmlChar *cur, const xmlChar *add) { function
H A Dnanohttp.c790 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
792 (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur);
H A DSAX2.c1429 fulln = xmlStrcat(fulln, BAD_CAST ":");
1430 fulln = xmlStrcat(fulln, attr->name);
H A Dcatalog.c1690 ret = xmlStrcat(ret, &sysID[lenrewrite]);
1921 ret = xmlStrcat(ret, &URI[lenrewrite]);
/external/libxml2/
H A Duri.c1855 ret = xmlStrcat(ret, segment);
1856 ret = xmlStrcat(ret, BAD_CAST ":");
1864 ret = xmlStrcat(ret, BAD_CAST "//");
1865 ret = xmlStrcat(ret, segment);
1872 ret = xmlStrcat(ret,BAD_CAST "//");
1873 ret = xmlStrcat(ret, segment);
1874 ret = xmlStrcat(ret, BAD_CAST "@");
1882 ret = xmlStrcat(ret, BAD_CAST "//");
1883 ret = xmlStrcat(ret, segment);
1891 ret = xmlStrcat(re
[all...]
H A Dxmlschemas.c1294 *buf = xmlStrcat(*buf, namespaceName);
1295 *buf = xmlStrcat(*buf, BAD_CAST "}");
1300 *buf = xmlStrcat(*buf, localName);
1302 *buf = xmlStrcat(*buf, BAD_CAST "(NULL)");
1426 *buf = xmlStrcat(*buf, WXS_ITEM_TYPE_NAME(item));
1427 *buf = xmlStrcat(*buf, BAD_CAST " '");
1428 *buf = xmlStrcat(*buf, xmlSchemaGetComponentQName(&str,
1430 *buf = xmlStrcat(*buf, BAD_CAST "'");
1522 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " ");
1523 *retValue = xmlStrcat((xmlCha
[all...]
H A Dschematron.c1303 ret = xmlStrcat(ret, child->content);
1318 ret = xmlStrcat(ret, node->name);
1320 ret = xmlStrcat(ret, node->ns->prefix);
1321 ret = xmlStrcat(ret, BAD_CAST ":");
1322 ret = xmlStrcat(ret, node->name);
H A Dxmlwriter.c1065 buf = xmlStrcat(buf, BAD_CAST ":");
1067 buf = xmlStrcat(buf, name);
1087 buf = xmlStrcat(buf, BAD_CAST ":");
1088 buf = xmlStrcat(buf, prefix);
1844 buf = xmlStrcat(buf, BAD_CAST ":");
1845 buf = xmlStrcat(buf, prefix);
1892 buf = xmlStrcat(buf, BAD_CAST ":");
1894 buf = xmlStrcat(buf, name);
H A Dxmlreader.c928 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);
H A Dtree.c1652 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(re
[all...]
H A Dxmlstring.c507 * xmlStrcat:
518 xmlStrcat(xmlChar *cur, const xmlChar *add) { function
H A Dnanohttp.c788 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname);
790 (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur);
/external/chromium_org/third_party/libxslt/libexslt/
H A Dstrings.c385 ret = xmlStrcat(ret, tmp);
435 ret = xmlStrcat (ret, str);
441 ret = xmlStrcat (ret, str);
444 ret = xmlStrcat (ret, padding + right_start);
450 ret = xmlStrcat (ret, padding + str_s);
497 ret = xmlStrcat (ret, tmp);
529 ret = xmlStrcat (ret, curr);
534 ret = xmlStrcat (ret, replaceStr);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlstring.h87 xmlStrcat (xmlChar *cur,
/external/libxml2/include/libxml/
H A Dxmlstring.h87 xmlStrcat (xmlChar *cur,
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtemplates.c295 ret = xmlStrcat(ret, expr);
317 ret = xmlStrcat(ret, val);
H A Dnumbers.c983 *result = xmlStrcat(*result, BAD_CAST "Infinity");
985 *result = xmlStrcat(*result, self->infinity);
/external/libxslt/libxslt/
H A Dtemplates.c294 ret = xmlStrcat(ret, expr);
316 ret = xmlStrcat(ret, val);
H A Dnumbers.c983 *result = xmlStrcat(*result, BAD_CAST "Infinity");
985 *result = xmlStrcat(*result, self->infinity);

Completed in 1040 milliseconds

12