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

/external/libxml2/
H A Dtree.c4756 * xmlDocGetRootElement:
4765 xmlDocGetRootElement(xmlDocPtr doc) { function
H A Delfgcchack.h2985 #undef xmlDocGetRootElement macro
2986 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement __attribute((alias("xmlDocGetRootElement__internal_alias")));
2988 #ifndef xmlDocGetRootElement
2989 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement__internal_alias __attribute((visibility("hidden")));
2990 #define xmlDocGetRootElement xmlDocGetRootElement__internal_alias macro

Completed in 109 milliseconds