Searched refs:xmlTextConcat (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/include/libxml/ |
D | tree.h | 970 xmlTextConcat (xmlNodePtr node,
|
/external/libxml2/ |
D | libxml2.syms | 1039 xmlTextConcat;
|
D | SAX2.c | 2613 if (xmlTextConcat(lastChild, ch, len)) { in xmlSAX2Characters() 2805 xmlTextConcat(lastChild, value, len); in xmlSAX2CDataBlock()
|
D | elfgcchack.h | 11127 #undef xmlTextConcat 11128 extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias"))); 11130 #ifndef xmlTextConcat 11131 extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden"))); 11132 #define xmlTextConcat xmlTextConcat__internal_alias macro
|
D | tree.c | 6969 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { in xmlTextConcat() function
|
D | NEWS | 985 (Kasimier), xmlTextConcat should work with comments and PIs (Rob
|
D | testapi.c | 23873 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/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1175 d xmlTextConcat pr extproc('xmlTextConcat')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1915 xmlTextConcat
|
/external/ImageMagick/coders/ |
D | svg.c | 2701 xmlTextConcat(child,value,length); in SVGCDataBlock()
|
D | msl.c | 7617 xmlTextConcat(child,value,length); in MSLCDataBlock()
|