Searched refs:xmlTextConcat (Results 1 – 10 of 10) sorted by relevance
970 xmlTextConcat (xmlNodePtr node,
1039 xmlTextConcat;
11149 #undef xmlTextConcat11150 extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias")));11152 #ifndef xmlTextConcat11153 extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));11154 #define xmlTextConcat xmlTextConcat__internal_alias macro
2607 if (xmlTextConcat(lastChild, ch, len)) { in xmlSAX2Text()
7046 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) { in xmlTextConcat() function
1911 (Kasimier), xmlTextConcat should work with comments and PIs (Rob
23989 ret_val = xmlTextConcat(node, (const xmlChar *)content, len); in test_xmlTextConcat()
1175 d xmlTextConcat pr extproc('xmlTextConcat')
1917 xmlTextConcat
76304 - * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).112122 -#undef xmlTextConcat112123 -extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias"))…112125 -#ifndef xmlTextConcat112126 -extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));112127 -#define xmlTextConcat xmlTextConcat__internal_alias