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

/external/libxml2/
H A Dtree.c4887 * xmlDocGetRootElement:
4896 xmlDocGetRootElement(const xmlDoc *doc) { function
H A Delfgcchack.h3077 #undef xmlDocGetRootElement macro
3078 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement __attribute((alias("xmlDocGetRootElement__internal_alias")));
3080 #ifndef xmlDocGetRootElement
3081 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement__internal_alias __attribute((visibility("hidden")));
3082 #define xmlDocGetRootElement xmlDocGetRootElement__internal_alias macro

Completed in 335 milliseconds