Searched refs:xmlTextConcat (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/include/libxml/ |
D | tree.h | 925 xmlTextConcat (xmlNodePtr node,
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | tree.h | 926 xmlTextConcat (xmlNodePtr node,
|
/external/libxml2/ |
D | SAX2.c | 2563 if (xmlTextConcat(lastChild, ch, len)) { in xmlSAX2Characters() 2755 xmlTextConcat(lastChild, value, len); in xmlSAX2CDataBlock()
|
D | elfgcchack.h | 10977 #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
|
D | tree.c | 6823 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { in xmlTextConcat() function
|
/external/chromium_org/third_party/libxml/src/ |
D | SAX2.c | 2513 if (xmlTextConcat(lastChild, ch, len)) { in xmlSAX2Characters() 2705 xmlTextConcat(lastChild, value, len); in xmlSAX2CDataBlock()
|
D | elfgcchack.h | 10977 #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
|
D | NEWS | 355 (Kasimier), xmlTextConcat should work with comments and PIs (Rob
|
D | tree.c | 6810 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { in xmlTextConcat() function
|
D | testapi.c | 23684 ret_val = xmlTextConcat(node, (const xmlChar *)content, len); in test_xmlTextConcat()
|
D | ChangeLog | 1709 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 1897 xmlTextConcat
|