Home
last modified time | relevance | path

Searched refs:xmlBufferCat (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/include/libxml/
Dtree.h725 xmlBufferCat (xmlBufferPtr buf,
/third_party/libxml2/
Dlibxml2.syms909 xmlBufferCat;
Dtree.c7693 xmlBufferCat(xmlBufferPtr buf, const xmlChar *str) { in xmlBufferCat() function
7713 return xmlBufferCat(buf, (const xmlChar *) str); in xmlBufferCCat()
7729 xmlBufferCat(buf, string); in xmlBufferWriteCHAR()
7790 xmlBufferCat(buf, string); in xmlBufferWriteQuotedString()
7795 xmlBufferCat(buf, string); in xmlBufferWriteQuotedString()
Dxmlreader.c1328 xmlBufferCat(buffer, node->content); in xmlTextReaderCollectSiblings()
1334 xmlBufferCat(buffer, tmp); in xmlTextReaderCollectSiblings()
1791 xmlBufferCat(buff, buff2->content); in xmlTextReaderReadInnerXml()
Delfgcchack.h1439 #undef xmlBufferCat
1440 extern __typeof (xmlBufferCat) xmlBufferCat __attribute((alias("xmlBufferCat__internal_alias")));
1442 #ifndef xmlBufferCat
1443 extern __typeof (xmlBufferCat) xmlBufferCat__internal_alias __attribute((visibility("hidden")));
1444 #define xmlBufferCat xmlBufferCat__internal_alias macro
Dtestapi.c18814 ret_val = xmlBufferCat(buf, (const xmlChar *)str); in test_xmlBufferCat()
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle734 d xmlBufferCat pr extproc('xmlBufferCat')
/third_party/libxml2/win32/
Dlibxml2.def.src565 xmlBufferCat
/third_party/chromium/patch/
D0001-cve.patch102424 -#undef xmlBufferCat
102425 -extern __typeof (xmlBufferCat) xmlBufferCat __attribute((alias("xmlBufferCat__internal_alias")));
102427 -#ifndef xmlBufferCat
102428 -extern __typeof (xmlBufferCat) xmlBufferCat__internal_alias __attribute((visibility("hidden")));
102429 -#define xmlBufferCat xmlBufferCat__internal_alias
133151 @@ -7689,29 +7714,7 @@ xmlBufferCat(xmlBufferPtr buf, const xmlChar *str) {
133178 + return xmlBufferCat(buf, (const xmlChar *) str);