Home
last modified time | relevance | path

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

/external/libxml2/
Duri.c1014 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 …]
Dxmlschemas.c1294 *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 …]
Dschematron.c1298 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()
Dxmlwriter.c1059 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()
Dtree.c1635 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 …]
Dxmlreader.c909 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()
Dxmlstring.c518 xmlStrcat(xmlChar *cur, const xmlChar *add) { in xmlStrcat() function
Dnanohttp.c748 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname); in xmlNanoHTTPScanAnswer()
750 (char *) xmlStrcat (tmp_loc, (const xmlChar *) cur); in xmlNanoHTTPScanAnswer()
DSAX2.c1405 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes()
1406 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()
Dxmllint.c296 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); in xmllintExternalEntityLoader()
297 newURL = xmlStrcat(newURL, (const xmlChar *) lastsegment); in xmllintExternalEntityLoader()
Dcatalog.c1690 ret = xmlStrcat(ret, &sysID[lenrewrite]); in xmlCatalogXMLResolve()
1921 ret = xmlStrcat(ret, &URI[lenrewrite]); in xmlCatalogXMLResolveURI()
Dxmlschemastypes.c5690 *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()
Delfgcchack.h10603 #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
Drelaxng.c10260 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
10303 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
10354 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
Dxpath.c8845 tmp = xmlStrcat(newobj->stringval, cur->stringval); in xmlXPathConcatFunction()
/external/libxml2/include/libxml/
Dxmlstring.h87 xmlStrcat (xmlChar *cur,