Home
last modified time | relevance | path

Searched refs:xmlTextConcat (Results 1 – 10 of 10) sorted by relevance

/third_party/libxml2/include/libxml/
Dtree.h970 xmlTextConcat (xmlNodePtr node,
/third_party/libxml2/
Dlibxml2.syms1039 xmlTextConcat;
Delfgcchack.h11149 #undef xmlTextConcat
11150 extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias")));
11152 #ifndef xmlTextConcat
11153 extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));
11154 #define xmlTextConcat xmlTextConcat__internal_alias macro
DSAX2.c2607 if (xmlTextConcat(lastChild, ch, len)) { in xmlSAX2Text()
Dtree.c7046 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { in xmlTextConcat() function
DNEWS1911 (Kasimier), xmlTextConcat should work with comments and PIs (Rob
Dtestapi.c23989 ret_val = xmlTextConcat(node, (const xmlChar *)content, len); in test_xmlTextConcat()
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1175 d xmlTextConcat pr extproc('xmlTextConcat')
/third_party/libxml2/win32/
Dlibxml2.def.src1917 xmlTextConcat
/third_party/chromium/patch/
D0001-cve.patch76304 - * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
112122 -#undef xmlTextConcat
112123 -extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias"))…
112125 -#ifndef xmlTextConcat
112126 -extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));
112127 -#define xmlTextConcat xmlTextConcat__internal_alias