Searched refs:xmlBufferCat (Results 1 – 9 of 9) sorted by relevance
/third_party/libxml2/include/libxml/ |
D | tree.h | 725 xmlBufferCat (xmlBufferPtr buf,
|
/third_party/libxml2/ |
D | libxml2.syms | 909 xmlBufferCat;
|
D | tree.c | 7693 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()
|
D | xmlreader.c | 1328 xmlBufferCat(buffer, node->content); in xmlTextReaderCollectSiblings() 1334 xmlBufferCat(buffer, tmp); in xmlTextReaderCollectSiblings() 1791 xmlBufferCat(buff, buff2->content); in xmlTextReaderReadInnerXml()
|
D | elfgcchack.h | 1439 #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
|
D | testapi.c | 18814 ret_val = xmlBufferCat(buf, (const xmlChar *)str); in test_xmlBufferCat()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 734 d xmlBufferCat pr extproc('xmlBufferCat')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 565 xmlBufferCat
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 102424 -#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);
|