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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c5304 * xmlNodeGetContent() which handles all possible node types */
5345 * xmlNodeGetContent:
5356 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
/external/libxml2/
H A Dtree.c5423 * xmlNodeGetContent() which handles all possible node types */
5465 * xmlNodeGetContent:
5476 xmlNodeGetContent(xmlNodePtr cur) function
H A Delfgcchack.h6615 #undef xmlNodeGetContent macro
6616 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__internal_alias")));
6618 #ifndef xmlNodeGetContent
6619 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidden")));
6620 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro

Completed in 238 milliseconds