Home
last modified time | relevance | path

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

/external/libxml2/
Duri.c1839 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1840 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlURIEscape()
1848 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape()
1849 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1856 ret = xmlStrcat(ret,BAD_CAST "//"); in xmlURIEscape()
1857 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1858 ret = xmlStrcat(ret, BAD_CAST "@"); in xmlURIEscape()
1866 ret = xmlStrcat(ret, BAD_CAST "//"); in xmlURIEscape()
1867 ret = xmlStrcat(ret, segment); in xmlURIEscape()
1875 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.c1303 ret = xmlStrcat(ret, child->content); in xmlSchematronFormatReport()
1318 ret = xmlStrcat(ret, node->name); in xmlSchematronFormatReport()
1320 ret = xmlStrcat(ret, node->ns->prefix); in xmlSchematronFormatReport()
1321 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlSchematronFormatReport()
1322 ret = xmlStrcat(ret, node->name); in xmlSchematronFormatReport()
Dxmlwriter.c1063 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartElementNS()
1065 buf = xmlStrcat(buf, name); in xmlTextWriterStartElementNS()
1085 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartElementNS()
1086 buf = xmlStrcat(buf, prefix); in xmlTextWriterStartElementNS()
1841 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartAttributeNS()
1842 buf = xmlStrcat(buf, prefix); in xmlTextWriterStartAttributeNS()
1889 buf = xmlStrcat(buf, BAD_CAST ":"); in xmlTextWriterStartAttributeNS()
1891 buf = xmlStrcat(buf, name); in xmlTextWriterStartAttributeNS()
Dtree.c1642 ret = xmlStrcat(ret, node->content); in xmlNodeListGetString()
1648 ret = xmlStrcat(ret, buffer); in xmlNodeListGetString()
1667 ret = xmlStrcat(ret, buffer); in xmlNodeListGetString()
1671 ret = xmlStrcat(ret, node->content); in xmlNodeListGetString()
1679 ret = xmlStrcat(ret, node->name); in xmlNodeListGetString()
1724 ret = xmlStrcat(ret, node->content); in xmlNodeListGetRawString()
1730 ret = xmlStrcat(ret, buffer); in xmlNodeListGetRawString()
1750 ret = xmlStrcat(ret, buffer); in xmlNodeListGetRawString()
1754 ret = xmlStrcat(ret, node->content); in xmlNodeListGetRawString()
1762 ret = xmlStrcat(ret, node->name); in xmlNodeListGetRawString()
[all …]
Dxmlreader.c928 qname = xmlStrcat(qname, BAD_CAST ":"); in xmlTextReaderValidatePush()
929 qname = xmlStrcat(qname, node->name); in xmlTextReaderValidatePush()
1019 qname = xmlStrcat(qname, BAD_CAST ":"); in xmlTextReaderValidatePop()
1020 qname = xmlStrcat(qname, node->name); in xmlTextReaderValidatePop()
3149 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName()
3150 ret = xmlStrcat(ret, node->name); in xmlTextReaderName()
3182 ret = xmlStrcat(ret, BAD_CAST ":"); in xmlTextReaderName()
3183 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()
Dxmllint.c297 newURL = xmlStrcat(newURL, (const xmlChar *) "/"); in xmllintExternalEntityLoader()
298 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()
DSAX2.c1418 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes()
1419 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()
Dxmlschemastypes.c5693 *retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue), in xmlSchemaGetCanonValue()
5695 *retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue), in xmlSchemaGetCanonValue()
5697 *retValue = BAD_CAST xmlStrcat((xmlChar *) (*retValue), in xmlSchemaGetCanonValue()
Delfgcchack.h10707 #undef xmlStrcat
10708 extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias")));
10710 #ifndef xmlStrcat
10711 extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden")));
10712 #define xmlStrcat xmlStrcat__internal_alias macro
Drelaxng.c10264 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
10307 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
10358 content = xmlStrcat(content, child->content); in xmlRelaxNGValidateState()
Dxpath.c8869 tmp = xmlStrcat(newobj->stringval, cur->stringval); in xmlXPathConcatFunction()
/external/libxml2/include/libxml/
Dxmlstring.h87 xmlStrcat (xmlChar *cur,