/external/libxml2/ |
D | uri.c | 1778 ret = xmlStrcat(ret, segment); in xmlURIEscape() 1779 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape() 1787 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape() 1788 ret = xmlStrcat(ret, segment); in xmlURIEscape() 1795 ret = xmlStrcat(ret,BAD_CAST "//"); in xmlURIEscape() 1796 ret = xmlStrcat(ret, segment); in xmlURIEscape() 1797 ret = xmlStrcat(ret, BAD_CAST "@"); in xmlURIEscape() 1805 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape() 1806 ret = xmlStrcat(ret, segment); in xmlURIEscape() 1814 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape() [all …]
|
D | xmlschemas.c | 1307 *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 …]
|
D | schematron.c | 1305 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()
|
D | xmlwriter.c | 1067 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()
|
D | tree.c | 1694 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 …]
|
D | xmlreader.c | 962 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() 3193 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName() 3194 ret = xmlStrcat(ret, node->name); in xmlTextReaderName() 3226 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName() 3227 ret = xmlStrcat(ret, ns->prefix); in xmlTextReaderName()
|
D | xmlstring.c | 526 xmlStrcat(xmlChar *cur, const xmlChar *add) { in xmlStrcat() function
|
D | nanohttp.c | 802 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname); in xmlNanoHTTPScanAnswer() 804 (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur); in xmlNanoHTTPScanAnswer()
|
D | libxml2.syms | 784 xmlStrcat;
|
D | catalog.c | 1696 ret = xmlStrcat(ret, &sysID[lenrewrite]); in xmlCatalogXMLResolve() 1927 ret = xmlStrcat(ret, &URI[lenrewrite]); in xmlCatalogXMLResolveURI()
|
D | SAX2.c | 1472 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes() 1473 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()
|
D | xmllint.c | 291 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); in xmllintExternalEntityLoader() 292 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment); in xmllintExternalEntityLoader()
|
D | c14n.c | 1052 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/"); in xmlC14NFixupBaseAttr()
|
D | xmlschemastypes.c | 5739 *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()
|
D | elfgcchack.h | 10857 #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
|
D | relaxng.c | 10470 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState() 10513 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState() 10564 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
|
D | xpath.c | 9027 tmp = xmlStrcat(newobj->stringval, cur->stringval); in xmlXPathConcatFunction()
|
D | ChangeLog | 17462 * parser.c: fixed xmlStrcat doc
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 87 xmlStrcat (xmlChar *cur,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlstring.rpgle | 95 d xmlStrcat pr * extproc('xmlStrcat') xmlChar *
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1889 xmlStrcat
|