/external/libxml2/ |
D | uri.c | 1014 ret = xmlStrcat(ret, segment); in xmlURIEscape() 1015 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape() 1023 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape() 1024 ret = xmlStrcat(ret, segment); in xmlURIEscape() 1031 ret = xmlStrcat(ret,BAD_CAST "//"); in xmlURIEscape() 1032 ret = xmlStrcat(ret, segment); in xmlURIEscape() 1033 ret = xmlStrcat(ret, BAD_CAST "@"); in xmlURIEscape() 1041 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape() 1042 ret = xmlStrcat(ret, segment); in xmlURIEscape() 1050 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape() [all …]
|
D | xmlschemas.c | 1294 *buf = xmlStrcat(*buf, namespaceName); in xmlSchemaFormatQName() 1295 *buf = xmlStrcat(*buf, BAD_CAST "}"); in xmlSchemaFormatQName() 1300 *buf = xmlStrcat(*buf, localName); in xmlSchemaFormatQName() 1302 *buf = xmlStrcat(*buf, BAD_CAST "(NULL)"); in xmlSchemaFormatQName() 1426 *buf = xmlStrcat(*buf, WXS_ITEM_TYPE_NAME(item)); in xmlSchemaGetComponentDesignation() 1427 *buf = xmlStrcat(*buf, BAD_CAST " '"); in xmlSchemaGetComponentDesignation() 1428 *buf = xmlStrcat(*buf, xmlSchemaGetComponentQName(&str, in xmlSchemaGetComponentDesignation() 1430 *buf = xmlStrcat(*buf, BAD_CAST "'"); in xmlSchemaGetComponentDesignation() 1522 *retValue = xmlStrcat((xmlChar *) *retValue, BAD_CAST " "); in xmlSchemaGetCanonValueWhtspExt() 1523 *retValue = xmlStrcat((xmlChar *) *retValue, value); in xmlSchemaGetCanonValueWhtspExt() [all …]
|
D | schematron.c | 1298 ret = xmlStrcat(ret, child->content); in xmlSchematronFormatReport() 1313 ret = xmlStrcat(ret, node->name); in xmlSchematronFormatReport() 1315 ret = xmlStrcat(ret, node->ns->prefix); in xmlSchematronFormatReport() 1316 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlSchematronFormatReport() 1317 ret = xmlStrcat(ret, node->name); in xmlSchematronFormatReport()
|
D | xmlwriter.c | 1059 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartElementNS() 1061 buf = xmlStrcat(buf, name); in xmlTextWriterStartElementNS() 1081 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartElementNS() 1082 buf = xmlStrcat(buf, prefix); in xmlTextWriterStartElementNS() 1829 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartAttributeNS() 1830 buf = xmlStrcat(buf, prefix); in xmlTextWriterStartAttributeNS() 1877 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartAttributeNS() 1879 buf = xmlStrcat(buf, name); in xmlTextWriterStartAttributeNS()
|
D | tree.c | 1635 ret = xmlStrcat(ret, node->content); in xmlNodeListGetString() 1641 ret = xmlStrcat(ret, buffer); in xmlNodeListGetString() 1660 ret = xmlStrcat(ret, buffer); in xmlNodeListGetString() 1664 ret = xmlStrcat(ret, node->content); in xmlNodeListGetString() 1672 ret = xmlStrcat(ret, node->name); in xmlNodeListGetString() 1717 ret = xmlStrcat(ret, node->content); in xmlNodeListGetRawString() 1723 ret = xmlStrcat(ret, buffer); in xmlNodeListGetRawString() 1743 ret = xmlStrcat(ret, buffer); in xmlNodeListGetRawString() 1747 ret = xmlStrcat(ret, node->content); in xmlNodeListGetRawString() 1755 ret = xmlStrcat(ret, node->name); in xmlNodeListGetRawString() [all …]
|
D | xmlreader.c | 909 qname = xmlStrcat(qname, BAD_CAST ":"); in xmlTextReaderValidatePush() 910 qname = xmlStrcat(qname, node->name); in xmlTextReaderValidatePush() 1000 qname = xmlStrcat(qname, BAD_CAST ":"); in xmlTextReaderValidatePop() 1001 qname = xmlStrcat(qname, node->name); in xmlTextReaderValidatePop() 3124 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName() 3125 ret = xmlStrcat(ret, node->name); in xmlTextReaderName() 3157 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName() 3158 ret = xmlStrcat(ret, ns->prefix); in xmlTextReaderName()
|
D | xmlstring.c | 518 xmlStrcat(xmlChar *cur, const xmlChar *add) { in xmlStrcat() function
|
D | nanohttp.c | 748 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname); in xmlNanoHTTPScanAnswer() 750 (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur); in xmlNanoHTTPScanAnswer()
|
D | SAX2.c | 1405 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes() 1406 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()
|
D | xmllint.c | 296 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); in xmllintExternalEntityLoader() 297 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment); in xmllintExternalEntityLoader()
|
D | catalog.c | 1690 ret = xmlStrcat(ret, &sysID[lenrewrite]); in xmlCatalogXMLResolve() 1921 ret = xmlStrcat(ret, &URI[lenrewrite]); in xmlCatalogXMLResolveURI()
|
D | xmlschemastypes.c | 5690 *retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue), in xmlSchemaGetCanonValue() 5692 *retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue), in xmlSchemaGetCanonValue() 5694 *retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue), in xmlSchemaGetCanonValue()
|
D | elfgcchack.h | 10603 #undef xmlStrcat 10604 extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias"))); 10606 #ifndef xmlStrcat 10607 extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden"))); 10608 #define xmlStrcat xmlStrcat__internal_alias macro
|
D | relaxng.c | 10260 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState() 10303 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState() 10354 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
|
D | xpath.c | 8845 tmp = xmlStrcat(newobj->stringval, cur->stringval); in xmlXPathConcatFunction()
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 87 xmlStrcat (xmlChar *cur,
|