Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h970 xmlTextConcat (xmlNodePtr node,
/external/libxml2/
Dlibxml2.syms1039 xmlTextConcat;
DSAX2.c2613 if (xmlTextConcat(lastChild, ch, len)) { in xmlSAX2Characters()
2805 xmlTextConcat(lastChild, value, len); in xmlSAX2CDataBlock()
Delfgcchack.h11127 #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
Dtree.c6969 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { in xmlTextConcat() function
DNEWS985 (Kasimier), xmlTextConcat should work with comments and PIs (Rob
Dtestapi.c23873 ret_val = xmlTextConcat(node, (const xmlChar *)content, len); in test_xmlTextConcat()
DChangeLog1709 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1175 d xmlTextConcat pr extproc('xmlTextConcat')
/external/libxml2/win32/
Dlibxml2.def.src1915 xmlTextConcat
/external/ImageMagick/coders/
Dsvg.c2701 xmlTextConcat(child,value,length); in SVGCDataBlock()
Dmsl.c7617 xmlTextConcat(child,value,length); in MSLCDataBlock()