Searched defs:xmlNodeGetContent (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c5047 * xmlNodeGetContent() which handles all possible node types */
5088 * xmlNodeGetContent:
5099 xmlNodeGetContent(xmlNodePtr cur) function
H A Delfgcchack.h6445 #undef xmlNodeGetContent macro
6446 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__internal_alias")));
6448 #ifndef xmlNodeGetContent
6449 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidden")));
6450 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro

Completed in 113 milliseconds