Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h925 xmlTextConcat (xmlNodePtr node,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h926 xmlTextConcat (xmlNodePtr node,
/external/libxml2/
DSAX2.c2563 if (xmlTextConcat(lastChild, ch, len)) { in xmlSAX2Characters()
2755 xmlTextConcat(lastChild, value, len); in xmlSAX2CDataBlock()
Delfgcchack.h10977 #undef xmlTextConcat
10978 extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias")));
10980 #ifndef xmlTextConcat
10981 extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));
10982 #define xmlTextConcat xmlTextConcat__internal_alias macro
Dtree.c6823 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { in xmlTextConcat() function
/external/chromium_org/third_party/libxml/src/
DSAX2.c2513 if (xmlTextConcat(lastChild, ch, len)) { in xmlSAX2Characters()
2705 xmlTextConcat(lastChild, value, len); in xmlSAX2CDataBlock()
Delfgcchack.h10977 #undef xmlTextConcat
10978 extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias")));
10980 #ifndef xmlTextConcat
10981 extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));
10982 #define xmlTextConcat xmlTextConcat__internal_alias macro
DNEWS355 (Kasimier), xmlTextConcat should work with comments and PIs (Rob
Dtree.c6810 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { in xmlTextConcat() function
Dtestapi.c23684 ret_val = xmlTextConcat(node, (const xmlChar *)content, len); in test_xmlTextConcat()
DChangeLog1709 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1897 xmlTextConcat