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

/external/libxml2/
H A Dtree.c5292 * xmlNodeGetContent() which handles all possible node types */
5333 * xmlNodeGetContent:
5344 xmlNodeGetContent(xmlNodePtr cur) function
H A Delfgcchack.h6513 #undef xmlNodeGetContent macro
6514 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__internal_alias")));
6516 #ifndef xmlNodeGetContent
6517 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidden")));
6518 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro

Completed in 105 milliseconds