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

/external/libxml2/
H A Dtree.c4805 * xmlDocSetRootElement:
4816 xmlDocSetRootElement(xmlDocPtr doc, xmlNodePtr root) { function
H A Delfgcchack.h2996 #undef xmlDocSetRootElement macro
2997 extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement __attribute((alias("xmlDocSetRootElement__internal_alias")));
2999 #ifndef xmlDocSetRootElement
3000 extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement__internal_alias __attribute((visibility("hidden")));
3001 #define xmlDocSetRootElement xmlDocSetRootElement__internal_alias macro

Completed in 66 milliseconds