Home
last modified time | relevance | path

Searched refs:xmlStrcat (Results 1 – 21 of 21) sorted by relevance

/external/libxml2/
Duri.c1779 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1780 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape()
1788 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape()
1789 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1796 ret = xmlStrcat(ret,BAD_CAST "//"); in xmlURIEscape()
1797 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1798 ret = xmlStrcat(ret, BAD_CAST "@"); in xmlURIEscape()
1806 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape()
1807 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1815 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape()
[all …]
Dxmlschemas.c1307 *buf = xmlStrcat(*buf, namespaceName); in xmlSchemaFormatQName()
1308 *buf = xmlStrcat(*buf, BAD_CAST "}"); in xmlSchemaFormatQName()
1313 *buf = xmlStrcat(*buf, localName); in xmlSchemaFormatQName()
1315 *buf = xmlStrcat(*buf, BAD_CAST "(NULL)"); in xmlSchemaFormatQName()
1439 *buf = xmlStrcat(*buf, WXS_ITEM_TYPE_NAME(item)); in xmlSchemaGetComponentDesignation()
1440 *buf = xmlStrcat(*buf, BAD_CAST " '"); in xmlSchemaGetComponentDesignation()
1441 *buf = xmlStrcat(*buf, xmlSchemaGetComponentQName(&str, in xmlSchemaGetComponentDesignation()
1443 *buf = xmlStrcat(*buf, BAD_CAST "'"); in xmlSchemaGetComponentDesignation()
1535 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " "); in xmlSchemaGetCanonValueWhtspExt()
1536 *retValue = xmlStrcat((xmlChar *) *retValue, value); in xmlSchemaGetCanonValueWhtspExt()
[all …]
Dschematron.c1305 ret = xmlStrcat(ret, child->content); in xmlSchematronFormatReport()
1320 ret = xmlStrcat(ret, node->name); in xmlSchematronFormatReport()
1322 ret = xmlStrcat(ret, node->ns->prefix); in xmlSchematronFormatReport()
1323 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlSchematronFormatReport()
1324 ret = xmlStrcat(ret, node->name); in xmlSchematronFormatReport()
Dxmlwriter.c1067 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartElementNS()
1069 buf = xmlStrcat(buf, name); in xmlTextWriterStartElementNS()
1089 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartElementNS()
1090 buf = xmlStrcat(buf, prefix); in xmlTextWriterStartElementNS()
1846 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartAttributeNS()
1847 buf = xmlStrcat(buf, prefix); in xmlTextWriterStartAttributeNS()
1894 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartAttributeNS()
1896 buf = xmlStrcat(buf, name); in xmlTextWriterStartAttributeNS()
Dtree.c1694 ret = xmlStrcat(ret, node->content); in xmlNodeListGetString()
1703 ret = xmlStrcat(ret, buffer); in xmlNodeListGetString()
1722 ret = xmlStrcat(ret, buffer); in xmlNodeListGetString()
1726 ret = xmlStrcat(ret, node->content); in xmlNodeListGetString()
1734 ret = xmlStrcat(ret, node->name); in xmlNodeListGetString()
1779 ret = xmlStrcat(ret, node->content); in xmlNodeListGetRawString()
1785 ret = xmlStrcat(ret, buffer); in xmlNodeListGetRawString()
1805 ret = xmlStrcat(ret, buffer); in xmlNodeListGetRawString()
1809 ret = xmlStrcat(ret, node->content); in xmlNodeListGetRawString()
1817 ret = xmlStrcat(ret, node->name); in xmlNodeListGetRawString()
[all …]
Dxmlreader.c962 qname = xmlStrcat(qname, BAD_CAST ":"); in xmlTextReaderValidatePush()
963 qname = xmlStrcat(qname, node->name); in xmlTextReaderValidatePush()
1053 qname = xmlStrcat(qname, BAD_CAST ":"); in xmlTextReaderValidatePop()
1054 qname = xmlStrcat(qname, node->name); in xmlTextReaderValidatePop()
3194 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName()
3195 ret = xmlStrcat(ret, node->name); in xmlTextReaderName()
3227 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName()
3228 ret = xmlStrcat(ret, ns->prefix); in xmlTextReaderName()
Dxmlstring.c526 xmlStrcat(xmlChar *cur, const xmlChar *add) { in xmlStrcat() function
Dnanohttp.c802 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname); in xmlNanoHTTPScanAnswer()
804 (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur); in xmlNanoHTTPScanAnswer()
Dlibxml2.syms784 xmlStrcat;
DSAX2.c1472 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes()
1473 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()
Dcatalog.c1696 ret = xmlStrcat(ret, &sysID[lenrewrite]); in xmlCatalogXMLResolve()
1927 ret = xmlStrcat(ret, &URI[lenrewrite]); in xmlCatalogXMLResolveURI()
Dxmllint.c291 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); in xmllintExternalEntityLoader()
292 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment); in xmllintExternalEntityLoader()
Dc14n.c1052 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/"); in xmlC14NFixupBaseAttr()
Dxmlschemastypes.c5739 *retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue), in xmlSchemaGetCanonValue()
5741 *retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue), in xmlSchemaGetCanonValue()
5743 *retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue), in xmlSchemaGetCanonValue()
Delfgcchack.h10857 #undef xmlStrcat
10858 extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias")));
10860 #ifndef xmlStrcat
10861 extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden")));
10862 #define xmlStrcat xmlStrcat__internal_alias macro
Drelaxng.c10444 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
10487 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
10538 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
Dxpath.c9030 tmp = xmlStrcat(newobj->stringval, cur->stringval); in xmlXPathConcatFunction()
DChangeLog17462 * parser.c: fixed xmlStrcat doc
/external/libxml2/include/libxml/
Dxmlstring.h87 xmlStrcat (xmlChar *cur,
/external/libxml2/os400/libxmlrpg/
Dxmlstring.rpgle95 d xmlStrcat pr * extproc('xmlStrcat') xmlChar *
/external/libxml2/win32/
Dlibxml2.def.src1889 xmlStrcat